#4F50DE

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

Shades of Free Speech Blue #4F50DE

Tints of Free Speech Blue #4F50DE

Color information

#4F50DE (or 0x4F50DE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 50 and DE. RGB value is (79,80,222). Sum of RGB (Red+Green+Blue) = 79+80+222=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F50DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F50DE is #B0AF21. Grayscale: #5F5F5F. Windows color (decimal): -11579170 or 14569551. OLE color: 14569551.

HSL color Cylindrical-coordinate representation of color #4F50DE: hue angle of 239.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F50DE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7980222-
CMYK0.640.6400.13
HSL239.58º68.42%59.02%-
HSV(B)239.58º64.41%87.06%-
XYZ19.2812.6770.54-
YUV95.89199.17115.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=20.73%
G=21.00%
B=58.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79802220.640.6400.13239.5868.4259.02
Hex4F50DE40400Df0443b
Octal11712033610010001536010473
Binary10011111010000110111101000000100000001101111100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F50DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,222); }

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

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

 a { background-color: rgb(79,80,222); }

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

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

 span { border-color: rgb(79,80,222); }

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