#4D4170

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

Shades of Meteorite #4D4170

Tints of Meteorite #4D4170

Color information

#4D4170 (or 0x4D4170) is unknown color: approx Meteorite. HEX triplet: 4D, 41 and 70. RGB value is (77,65,112). Sum of RGB (Red+Green+Blue) = 77+65+112=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D4170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4170 is #B2BE8F. Grayscale: #494949. Windows color (decimal): -11714192 or 7356749. OLE color: 7356749.

HSL color Cylindrical-coordinate representation of color #4D4170: hue angle of 255.32º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D4170 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7765112-
CMYK0.310.4200.56
HSL255.32º26.55%34.71%-
HSV(B)255.32º41.96%43.92%-
XYZ7.886.5316.17-
YUV73.95149.48130.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.31%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=30.31%
G=25.59%
B=44.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77651120.310.4200.56255.3226.5534.71
Hex4D41701F2A038ff1b23
Octal11510116037520703773343
Binary1001101100000111100001111110101001110001111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,112); }

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

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

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

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

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

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

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