#4B4DCD

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

Shades of Free Speech Blue #4B4DCD

Tints of Free Speech Blue #4B4DCD

Color information

#4B4DCD (or 0x4B4DCD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4D and CD. RGB value is (75,77,205). Sum of RGB (Red+Green+Blue) = 75+77+205=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCD is #B4B232. Grayscale: #5A5A5A. Windows color (decimal): -11842099 or 13454667. OLE color: 13454667.

HSL color Cylindrical-coordinate representation of color #4B4DCD: hue angle of 239.08º 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 #4B4DCD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7577205-
CMYK0.630.6200.20
HSL239.08º56.52%54.9%-
HSV(B)239.08º63.41%80.39%-
XYZ16.5711.2159.05-
YUV90.99192.34116.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=21.01%
G=21.57%
B=57.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75772050.630.6200.20239.0856.5254.9
Hex4B4DCD3F3E014ef3937
Octal11311531577760243577167
Binary100101110011011100110111111111111001010011101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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