#4F51CB

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

Shades of Free Speech Blue #4F51CB

Tints of Free Speech Blue #4F51CB

Color information

#4F51CB (or 0x4F51CB) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 51 and CB. RGB value is (79,81,203). Sum of RGB (Red+Green+Blue) = 79+81+203=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F51CB is #B0AE34. Grayscale: #5D5D5D. Windows color (decimal): -11578933 or 13324623. OLE color: 13324623.

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

Color convert

RGB7981203-
CMYK0.610.6000.20
HSL239.03º54.39%55.29%-
HSV(B)239.03º61.08%79.61%-
XYZ16.9511.8657.9-
YUV94.31189.34117.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=21.76%
G=22.31%
B=55.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79812030.610.6000.20239.0354.3955.29
Hex4F51CB3D3C014ef3637
Octal11712131375740243576667
Binary100111110100011100101111110111110001010011101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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