#4F5CCC

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

Shades of Free Speech Blue #4F5CCC

Tints of Free Speech Blue #4F5CCC

Color information

#4F5CCC (or 0x4F5CCC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5C and CC. RGB value is (79,92,204). Sum of RGB (Red+Green+Blue) = 79+92+204=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCC is #B0A333. Grayscale: #646464. Windows color (decimal): -11576116 or 13392975. OLE color: 13392975.

HSL color Cylindrical-coordinate representation of color #4F5CCC: hue angle of 233.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5CCC is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7992204-
CMYK0.610.5500.2
HSL233.76º55.07%55.49%-
HSV(B)233.76º61.27%80%-
XYZ17.9513.6858.82-
YUV100.88186.19112.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=21.07%
G=24.53%
B=54.4%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79922040.610.5500.2233.7655.0755.49
Hex4F5CCC3D37014ea3737
Octal11713431475670243526767
Binary100111110111001100110011110111011101010011101010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,204); }

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

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

 a { background-color: rgb(79,92,204); }

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

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

 span { border-color: rgb(79,92,204); }

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