#4F51CC

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

Shades of Free Speech Blue #4F51CC

Tints of Free Speech Blue #4F51CC

Color information

#4F51CC (or 0x4F51CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 51 and CC. RGB value is (79,81,204). Sum of RGB (Red+Green+Blue) = 79+81+204=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F51CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F51CC is #B0AE33. Grayscale: #5D5D5D. Windows color (decimal): -11578932 or 13390159. OLE color: 13390159.

HSL color Cylindrical-coordinate representation of color #4F51CC: hue angle of 239.04º 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 #4F51CC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7981204-
CMYK0.610.6000.2
HSL239.04º55.07%55.49%-
HSV(B)239.04º61.27%80%-
XYZ17.0711.9158.53-
YUV94.42189.84117-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=21.70%
G=22.25%
B=56.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79812040.610.6000.2239.0455.0755.49
Hex4F51CC3D3C014ef3737
Octal11712131475740243576767
Binary100111110100011100110011110111110001010011101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F51CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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