#4F55CB

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

Shades of Free Speech Blue #4F55CB

Tints of Free Speech Blue #4F55CB

Color information

#4F55CB (or 0x4F55CB) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 55 and CB. RGB value is (79,85,203). Sum of RGB (Red+Green+Blue) = 79+85+203=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F55CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F55CB is #B0AA34. Grayscale: #606060. Windows color (decimal): -11577909 or 13325647. OLE color: 13325647.

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

Color convert

RGB7985203-
CMYK0.610.5800.20
HSL237.1º54.39%55.29%-
HSV(B)237.1º61.08%79.61%-
XYZ17.2512.4758-
YUV96.66188.01115.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=21.53%
G=23.16%
B=55.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79852030.610.5800.20237.154.3955.29
Hex4F55CB3D3A014ed3637
Octal11712531375720243556667
Binary100111110101011100101111110111101001010011101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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