#4866BF

Color #4866BF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4866BF

Tints of Free Speech Blue #4866BF

Color information

#4866BF (or 0x4866BF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 66 and BF. RGB value is (72,102,191). Sum of RGB (Red+Green+Blue) = 72+102+191=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #4866BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BF is #B79940. Grayscale: #666666. Windows color (decimal): -12032321 or 12543560. OLE color: 12543560.

HSL color Cylindrical-coordinate representation of color #4866BF: hue angle of 224.87º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4866BF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72102191-
CMYK0.620.4700.25
HSL224.87º48.18%51.57%-
HSV(B)224.87º62.3%74.9%-
XYZ16.8314.6451.23-
YUV103.18177.56105.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 191 (75% from 255) = 52.33%
R=19.73%
G=27.95%
B=52.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721021910.620.4700.25224.8748.1851.57
Hex4866BF3E2F019e13034
Octal11014627776570313416064
Binary100100011001101011111111111010111101100111100001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4866BF; }

 p { color: rgb(72,102,191); }

 H1.HeaderClassName
 {
   color: #4866BF;
 }
 .AnyTagClassName
 {
   color: #4866BF;
 }
</style>
background-color css

<style>
 a { background-color: #4866BF; }

 a { background-color: rgb(72,102,191); }

 div.DivClassName
 {
   background-color: #4866BF;
 }
 .BgClassName
 {
   background-color: #4866BF;
 }
</style>
border-color css

<style>
 span { border-color: #4866BF; }

 span { border-color: rgb(72,102,191); }

 td.TdClassName
 {
   border-color: #4866BF;
 }
 .TagClassName
 {
   border-color: #4866BF;
 }
</style>