#4866C5

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

Shades of Free Speech Blue #4866C5

Tints of Free Speech Blue #4866C5

Color information

#4866C5 (or 0x4866C5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 66 and C5. RGB value is (72,102,197). Sum of RGB (Red+Green+Blue) = 72+102+197=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #4866C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866C5 is #B7993A. Grayscale: #676767. Windows color (decimal): -12032315 or 12936776. OLE color: 12936776.

HSL color Cylindrical-coordinate representation of color #4866C5: hue angle of 225.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4866C5 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72102197-
CMYK0.630.4800.23
HSL225.6º51.87%52.75%-
HSV(B)225.6º63.45%77.25%-
XYZ17.514.9154.78-
YUV103.86180.56105.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=19.41%
G=27.49%
B=53.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721021970.630.4800.23225.651.8752.75
Hex4866C53F30017e23435
Octal11014630577600273426465
Binary100100011001101100010111111111000001011111100010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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