#4B59D8

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

Shades of Free Speech Blue #4B59D8

Tints of Free Speech Blue #4B59D8

Color information

#4B59D8 (or 0x4B59D8) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 59 and D8. RGB value is (75,89,216). Sum of RGB (Red+Green+Blue) = 75+89+216=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #4B59D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59D8 is #B4A627. Grayscale: #626262. Windows color (decimal): -11839016 or 14178635. OLE color: 14178635.

HSL color Cylindrical-coordinate representation of color #4B59D8: hue angle of 234.04º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B59D8 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7589216-
CMYK0.650.5900.15
HSL234.04º64.38%57.06%-
HSV(B)234.04º65.28%84.71%-
XYZ18.8713.666.6-
YUV99.29193.86110.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 216 (84.77% from 255) = 56.84%
R=19.74%
G=23.42%
B=56.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75892160.650.5900.15234.0464.3857.06
Hex4B59D8413B0Fea4039
Octal1131313301017301735210071
Binary1001011101100111011000100000111101101111111010101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,216); }

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

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

 a { background-color: rgb(75,89,216); }

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

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

 span { border-color: rgb(75,89,216); }

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