#4D4DAD

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

Shades of Rich Blue #4D4DAD

Tints of Rich Blue #4D4DAD

Color information

#4D4DAD (or 0x4D4DAD) is unknown color: approx Rich Blue. HEX triplet: 4D, 4D and AD. RGB value is (77,77,173). Sum of RGB (Red+Green+Blue) = 77+77+173=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4DAD is #B2B252. Grayscale: #575757. Windows color (decimal): -11711059 or 11357517. OLE color: 11357517.

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

Color convert

RGB7777173-
CMYK0.550.5500.32
HSL240º38.4%49.02%-
HSV(B)240º55.49%67.84%-
XYZ13.269.940.75-
YUV87.94176120.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.55%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=23.55%
G=23.55%
B=52.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77771730.550.5500.3224038.449.02
Hex4D4DAD3737020f02631
Octal11511525567670403604661
Binary1001101100110110101101110111110111010000011110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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