#4B5BBD

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

Shades of Free Speech Blue #4B5BBD

Tints of Free Speech Blue #4B5BBD

Color information

#4B5BBD (or 0x4B5BBD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5B and BD. RGB value is (75,91,189). Sum of RGB (Red+Green+Blue) = 75+91+189=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B5BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BBD is #B4A442. Grayscale: #606060. Windows color (decimal): -11838531 or 12409675. OLE color: 12409675.

HSL color Cylindrical-coordinate representation of color #4B5BBD: hue angle of 231.58º 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 #4B5BBD is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7591189-
CMYK0.600.5200.26
HSL231.58º46.34%51.76%-
HSV(B)231.58º60.32%74.12%-
XYZ15.8312.6549.75-
YUV97.39179.7112.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=21.13%
G=25.63%
B=53.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75911890.600.5200.26231.5846.3451.76
Hex4B5BBD3C3401Ae82e34
Octal11313327574640323505664
Binary100101110110111011110111110011010001101011101000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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