#4B5BD2

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

Shades of Free Speech Blue #4B5BD2

Tints of Free Speech Blue #4B5BD2

Color information

#4B5BD2 (or 0x4B5BD2) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5B and D2. RGB value is (75,91,210). Sum of RGB (Red+Green+Blue) = 75+91+210=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #4B5BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BD2 is #B4A42D. Grayscale: #636363. Windows color (decimal): -11838510 or 13785931. OLE color: 13785931.

HSL color Cylindrical-coordinate representation of color #4B5BD2: hue angle of 232.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5BD2 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7591210-
CMYK0.640.5700.18
HSL232.89º60%55.88%-
HSV(B)232.89º64.29%82.35%-
XYZ18.2813.6362.64-
YUV99.78190.2110.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 210 (82.42% from 255) = 55.85%
R=19.95%
G=24.20%
B=55.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75912100.640.5700.18232.896055.88
Hex4B5BD24039012e93c38
Octal113133322100710223517470
Binary1001011101101111010010100000011100101001011101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,210); }

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

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

 a { background-color: rgb(75,91,210); }

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

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

 span { border-color: rgb(75,91,210); }

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