#4B5DCD

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

Shades of Free Speech Blue #4B5DCD

Tints of Free Speech Blue #4B5DCD

Color information

#4B5DCD (or 0x4B5DCD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5D and CD. RGB value is (75,93,205). Sum of RGB (Red+Green+Blue) = 75+93+205=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5DCD is #B4A232. Grayscale: #636363. Windows color (decimal): -11838003 or 13458763. OLE color: 13458763.

HSL color Cylindrical-coordinate representation of color #4B5DCD: hue angle of 231.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B5DCD is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7593205-
CMYK0.630.5500.20
HSL231.69º56.52%54.9%-
HSV(B)231.69º63.41%80.39%-
XYZ17.8413.7359.47-
YUV100.39187.04109.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=20.11%
G=24.93%
B=54.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75932050.630.5500.20231.6956.5254.9
Hex4B5DCD3F37014e83937
Octal11313531577670243507167
Binary100101110111011100110111111111011101010011101000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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