#4866C0

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

Shades of Free Speech Blue #4866C0

Tints of Free Speech Blue #4866C0

Color information

#4866C0 (or 0x4866C0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 66 and C0. RGB value is (72,102,192). Sum of RGB (Red+Green+Blue) = 72+102+192=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #4866C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866C0 is #B7993F. Grayscale: #666666. Windows color (decimal): -12032320 or 12609096. OLE color: 12609096.

HSL color Cylindrical-coordinate representation of color #4866C0: hue angle of 225º degrees, saturation: 0.49, 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 #4866C0 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72102192-
CMYK0.630.4700.25
HSL225º48.78%51.76%-
HSV(B)225º62.5%75.29%-
XYZ16.9414.6951.81-
YUV103.29178.06105.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=19.67%
G=27.87%
B=52.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721021920.630.4700.2522548.7851.76
Hex4866C03F2F019e13134
Octal11014630077570313416164
Binary100100011001101100000011111110111101100111100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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