#4F5CCA

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

Shades of Free Speech Blue #4F5CCA

Tints of Free Speech Blue #4F5CCA

Color information

#4F5CCA (or 0x4F5CCA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5C and CA. RGB value is (79,92,202). Sum of RGB (Red+Green+Blue) = 79+92+202=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCA is #B0A335. Grayscale: #646464. Windows color (decimal): -11576118 or 13261903. OLE color: 13261903.

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

Color convert

RGB7992202-
CMYK0.610.5400.21
HSL233.66º53.71%55.1%-
HSV(B)233.66º60.89%79.22%-
XYZ17.7113.5857.56-
YUV100.65185.19112.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.18%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=21.18%
G=24.66%
B=54.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79922020.610.5400.21233.6653.7155.1
Hex4F5CCA3D36015ea3637
Octal11713431275660253526667
Binary100111110111001100101011110111011001010111101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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