#4F55CC

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

Shades of Free Speech Blue #4F55CC

Tints of Free Speech Blue #4F55CC

Color information

#4F55CC (or 0x4F55CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 55 and CC. RGB value is (79,85,204). Sum of RGB (Red+Green+Blue) = 79+85+204=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F55CC is #B0AA33. Grayscale: #606060. Windows color (decimal): -11577908 or 13391183. OLE color: 13391183.

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

Color convert

RGB7985204-
CMYK0.610.5800.2
HSL237.12º55.07%55.49%-
HSV(B)237.12º61.27%80%-
XYZ17.3712.5258.63-
YUV96.77188.51115.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=21.47%
G=23.10%
B=55.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79852040.610.5800.2237.1255.0755.49
Hex4F55CC3D3A014ed3737
Octal11712531475720243556767
Binary100111110101011100110011110111101001010011101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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