#4D426E

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

Shades of Meteorite #4D426E

Tints of Meteorite #4D426E

Color information

#4D426E (or 0x4D426E) is unknown color: approx Meteorite. HEX triplet: 4D, 42 and 6E. RGB value is (77,66,110). Sum of RGB (Red+Green+Blue) = 77+66+110=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426E is #B2BD91. Grayscale: #4A4A4A. Windows color (decimal): -11713938 or 7225933. OLE color: 7225933.

HSL color Cylindrical-coordinate representation of color #4D426E: hue angle of 255º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D426E is Cyan = 0.3, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7766110-
CMYK0.30.400.57
HSL255º25%34.51%-
HSV(B)255º40%43.14%-
XYZ7.826.615.61-
YUV74.31148.14129.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.43%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=30.43%
G=26.09%
B=43.48%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77661100.30.400.572552534.51
Hex4D426E1E28039ff1923
Octal11510215636500713773143
Binary1001101100001011011101111010100001110011111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,110); }

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

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

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

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

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

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

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