#4B59BD

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

Shades of Free Speech Blue #4B59BD

Tints of Free Speech Blue #4B59BD

Color information

#4B59BD (or 0x4B59BD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 59 and BD. RGB value is (75,89,189). Sum of RGB (Red+Green+Blue) = 75+89+189=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B59BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59BD is #B4A642. Grayscale: #5F5F5F. Windows color (decimal): -11839043 or 12409163. OLE color: 12409163.

HSL color Cylindrical-coordinate representation of color #4B59BD: hue angle of 232.63º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B59BD is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7589189-
CMYK0.600.5300.26
HSL232.63º46.34%51.76%-
HSV(B)232.63º60.32%74.12%-
XYZ15.6612.3149.7-
YUV96.21180.36112.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=21.25%
G=25.21%
B=53.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75891890.600.5300.26232.6346.3451.76
Hex4B59BD3C3501Ae92e34
Octal11313127574650323515664
Binary100101110110011011110111110011010101101011101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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