#4D4471

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

Shades of Meteorite #4D4471

Tints of Meteorite #4D4471

Color information

#4D4471 (or 0x4D4471) is unknown color: approx Meteorite. HEX triplet: 4D, 44 and 71. RGB value is (77,68,113). Sum of RGB (Red+Green+Blue) = 77+68+113=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4471 is #B2BB8E. Grayscale: #4B4B4B. Windows color (decimal): -11713423 or 7423053. OLE color: 7423053.

HSL color Cylindrical-coordinate representation of color #4D4471: hue angle of 252º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D4471 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7768113-
CMYK0.320.4000.56
HSL252º24.86%35.49%-
HSV(B)252º39.82%44.31%-
XYZ8.116.916.53-
YUV75.82148.98128.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.84%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=29.84%
G=26.36%
B=43.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77681130.320.4000.5625224.8635.49
Hex4D44712028038fc1923
Octal11510416140500703743143
Binary10011011000100111000110000010100001110001111110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,113); }

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

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

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

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

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

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

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