#4D426C

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

Shades of Meteorite #4D426C

Tints of Meteorite #4D426C

Color information

#4D426C (or 0x4D426C) is unknown color: approx Meteorite. HEX triplet: 4D, 42 and 6C. RGB value is (77,66,108). Sum of RGB (Red+Green+Blue) = 77+66+108=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426C is #B2BD93. Grayscale: #494949. Windows color (decimal): -11713940 or 7094861. OLE color: 7094861.

HSL color Cylindrical-coordinate representation of color #4D426C: hue angle of 255.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D426C is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7766108-
CMYK0.290.3900.58
HSL255.71º24.14%34.12%-
HSV(B)255.71º38.89%42.35%-
XYZ7.726.5615.05-
YUV74.08147.14130.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.68%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=30.68%
G=26.29%
B=43.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77661080.290.3900.58255.7124.1434.12
Hex4D426C1D2703A1001822
Octal11510215435470724003042
Binary10011011000010110110011101100111011101010000000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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