#4866BA

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

Shades of Free Speech Blue #4866BA

Tints of Free Speech Blue #4866BA

Color information

#4866BA (or 0x4866BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 66 and BA. RGB value is (72,102,186). Sum of RGB (Red+Green+Blue) = 72+102+186=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #4866BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BA is #B79945. Grayscale: #666666. Windows color (decimal): -12032326 or 12215880. OLE color: 12215880.

HSL color Cylindrical-coordinate representation of color #4866BA: hue angle of 224.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4866BA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72102186-
CMYK0.610.4500.27
HSL224.21º45.24%50.59%-
HSV(B)224.21º61.29%72.94%-
XYZ16.2914.4348.38-
YUV102.61175.06106.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=20%
G=28.33%
B=51.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721021860.610.4500.27224.2145.2450.59
Hex4866BA3D2D01Be02d33
Octal11014627275550333405563
Binary100100011001101011101011110110110101101111100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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