#4F54CB

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

Shades of Free Speech Blue #4F54CB

Tints of Free Speech Blue #4F54CB

Color information

#4F54CB (or 0x4F54CB) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 54 and CB. RGB value is (79,84,203). Sum of RGB (Red+Green+Blue) = 79+84+203=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F54CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54CB is #B0AB34. Grayscale: #5F5F5F. Windows color (decimal): -11578165 or 13325391. OLE color: 13325391.

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

Color convert

RGB7984203-
CMYK0.610.5900.20
HSL237.58º54.39%55.29%-
HSV(B)237.58º61.08%79.61%-
XYZ17.1712.3157.97-
YUV96.07188.34115.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 203 (79.69% from 255) = 55.46%
R=21.58%
G=22.95%
B=55.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79842030.610.5900.20237.5854.3955.29
Hex4F54CB3D3B014ee3637
Octal11712431375730243566667
Binary100111110101001100101111110111101101010011101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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