#4F4DC8

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

Shades of Free Speech Blue #4F4DC8

Tints of Free Speech Blue #4F4DC8

Color information

#4F4DC8 (or 0x4F4DC8) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 4D and C8. RGB value is (79,77,200). Sum of RGB (Red+Green+Blue) = 79+77+200=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #4F4DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DC8 is #B0B237. Grayscale: #5B5B5B. Windows color (decimal): -11579960 or 13126991. OLE color: 13126991.

HSL color Cylindrical-coordinate representation of color #4F4DC8: hue angle of 240.98º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F4DC8 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7977200-
CMYK0.600.6200.22
HSL240.98º52.79%54.31%-
HSV(B)240.98º61.5%78.43%-
XYZ16.311.1455.93-
YUV91.62189.16119-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 200 (78.52% from 255) = 56.18%
R=22.19%
G=21.63%
B=56.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal79772000.600.6200.22240.9852.7954.31
Hex4F4DC83C3E016f13536
Octal11711531074760263616566
Binary100111110011011100100011110011111001011011110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4DC8; }

 p { color: rgb(79,77,200); }

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

<style>
 a { background-color: #4F4DC8; }

 a { background-color: rgb(79,77,200); }

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

<style>
 span { border-color: #4F4DC8; }

 span { border-color: rgb(79,77,200); }

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