#4F55D0

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

Shades of Free Speech Blue #4F55D0

Tints of Free Speech Blue #4F55D0

Color information

#4F55D0 (or 0x4F55D0) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 55 and D0. RGB value is (79,85,208). Sum of RGB (Red+Green+Blue) = 79+85+208=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F55D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F55D0 is #B0AA2F. Grayscale: #606060. Windows color (decimal): -11577904 or 13653327. OLE color: 13653327.

HSL color Cylindrical-coordinate representation of color #4F55D0: hue angle of 237.21º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F55D0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7985208-
CMYK0.620.5900.18
HSL237.21º57.85%56.27%-
HSV(B)237.21º62.02%81.57%-
XYZ17.8612.7161.19-
YUV97.23190.51115-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.24%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 208 (81.64% from 255) = 55.91%
R=21.24%
G=22.85%
B=55.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79852080.620.5900.18237.2157.8556.27
Hex4F55D03E3B012ed3a38
Octal11712532076730223557270
Binary100111110101011101000011111011101101001011101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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