#4D51D2

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

Shades of Free Speech Blue #4D51D2

Tints of Free Speech Blue #4D51D2

Color information

#4D51D2 (or 0x4D51D2) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 51 and D2. RGB value is (77,81,210). Sum of RGB (Red+Green+Blue) = 77+81+210=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #4D51D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51D2 is #B2AE2D. Grayscale: #5D5D5D. Windows color (decimal): -11709998 or 13783373. OLE color: 13783373.

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

Color convert

RGB7781210-
CMYK0.630.6100.18
HSL238.2º59.64%56.27%-
HSV(B)238.2º63.33%82.35%-
XYZ17.6412.1262.38-
YUV94.51193.17115.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.92%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 210 (82.42% from 255) = 57.07%
R=20.92%
G=22.01%
B=57.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal77812100.630.6100.18238.259.6456.27
Hex4D51D23F3D012ee3c38
Octal11512132277750223567470
Binary100110110100011101001011111111110101001011101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D51D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,81,210); }

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

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

 a { background-color: rgb(77,81,210); }

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

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

 span { border-color: rgb(77,81,210); }

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