#4D4DAB

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

Shades of Rich Blue #4D4DAB

Tints of Rich Blue #4D4DAB

Color information

#4D4DAB (or 0x4D4DAB) is unknown color: approx Rich Blue. HEX triplet: 4D, 4D and AB. RGB value is (77,77,171). Sum of RGB (Red+Green+Blue) = 77+77+171=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4DAB is #B2B254. Grayscale: #575757. Windows color (decimal): -11711061 or 11226445. OLE color: 11226445.

HSL color Cylindrical-coordinate representation of color #4D4DAB: hue angle of 240º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4DAB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7777171-
CMYK0.550.5500.33
HSL240º37.9%48.63%-
HSV(B)240º54.97%67.06%-
XYZ13.079.8339.74-
YUV87.72175120.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=23.69%
G=23.69%
B=52.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77771710.550.5500.3324037.948.63
Hex4D4DAB3737021f02631
Octal11511525367670413604661
Binary1001101100110110101011110111110111010000111110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,77,171); }

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

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

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

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

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

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

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