#4B59B8

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

Shades of Free Speech Blue #4B59B8

Tints of Free Speech Blue #4B59B8

Color information

#4B59B8 (or 0x4B59B8) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 59 and B8. RGB value is (75,89,184). Sum of RGB (Red+Green+Blue) = 75+89+184=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B59B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59B8 is #B4A647. Grayscale: #5F5F5F. Windows color (decimal): -11839048 or 12081483. OLE color: 12081483.

HSL color Cylindrical-coordinate representation of color #4B59B8: hue angle of 232.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B59B8 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7589184-
CMYK0.590.5200.28
HSL232.29º43.43%50.78%-
HSV(B)232.29º59.24%72.16%-
XYZ15.1312.146.89-
YUV95.64177.86113.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 184 (72.27% from 255) = 52.87%
R=21.55%
G=25.57%
B=52.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75891840.590.5200.28232.2943.4350.78
Hex4B59B83B3401Ce82b33
Octal11313127073640343505363
Binary100101110110011011100011101111010001110011101000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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