#4F58D7

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

Shades of Free Speech Blue #4F58D7

Tints of Free Speech Blue #4F58D7

Color information

#4F58D7 (or 0x4F58D7) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 58 and D7. RGB value is (79,88,215). Sum of RGB (Red+Green+Blue) = 79+88+215=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #4F58D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F58D7 is #B0A728. Grayscale: #636363. Windows color (decimal): -11577129 or 14112847. OLE color: 14112847.

HSL color Cylindrical-coordinate representation of color #4F58D7: hue angle of 236.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F58D7 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7988215-
CMYK0.630.5900.16
HSL236.03º62.96%57.65%-
HSV(B)236.03º63.26%84.31%-
XYZ18.9813.5565.9-
YUV99.79193.02113.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.68%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 215 (84.38% from 255) = 56.28%
R=20.68%
G=23.04%
B=56.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal79882150.630.5900.16236.0362.9657.65
Hex4F58D73F3B010ec3f3a
Octal11713032777730203547772
Binary100111110110001101011111111111101101000011101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,215); }

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

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

 a { background-color: rgb(79,88,215); }

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

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

 span { border-color: rgb(79,88,215); }

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