#4B5DBD

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

Shades of Free Speech Blue #4B5DBD

Tints of Free Speech Blue #4B5DBD

Color information

#4B5DBD (or 0x4B5DBD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5D and BD. RGB value is (75,93,189). Sum of RGB (Red+Green+Blue) = 75+93+189=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5DBD is #B4A242. Grayscale: #626262. Windows color (decimal): -11838019 or 12410187. OLE color: 12410187.

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

Color convert

RGB7593189-
CMYK0.600.5100.26
HSL230.53º46.34%51.76%-
HSV(B)230.53º60.32%74.12%-
XYZ161349.81-
YUV98.56179.04111.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=21.01%
G=26.05%
B=52.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75931890.600.5100.26230.5346.3451.76
Hex4B5DBD3C3301Ae72e34
Octal11313527574630323475664
Binary100101110111011011110111110011001101101011100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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