#4D426A

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

Shades of Meteorite #4D426A

Tints of Meteorite #4D426A

Color information

#4D426A (or 0x4D426A) is unknown color: approx Meteorite. HEX triplet: 4D, 42 and 6A. RGB value is (77,66,106). Sum of RGB (Red+Green+Blue) = 77+66+106=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426A is #B2BD95. Grayscale: #494949. Windows color (decimal): -11713942 or 6963789. OLE color: 6963789.

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

Color convert

RGB7766106-
CMYK0.270.3800.58
HSL256.5º23.26%33.73%-
HSV(B)256.5º37.74%41.57%-
XYZ7.616.5114.49-
YUV73.85146.14130.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.92%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=30.92%
G=26.51%
B=42.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77661060.270.3800.58256.523.2633.73
Hex4D426A1B2603A1001722
Octal11510215233460724002742
Binary10011011000010110101011011100110011101010000000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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