#4D4372

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

Shades of Meteorite #4D4372

Tints of Meteorite #4D4372

Color information

#4D4372 (or 0x4D4372) is unknown color: approx Meteorite. HEX triplet: 4D, 43 and 72. RGB value is (77,67,114). Sum of RGB (Red+Green+Blue) = 77+67+114=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4372 is #B2BC8D. Grayscale: #4B4B4B. Windows color (decimal): -11713678 or 7488333. OLE color: 7488333.

HSL color Cylindrical-coordinate representation of color #4D4372: hue angle of 252.77º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4372 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7767114-
CMYK0.320.4100.55
HSL252.77º25.97%35.49%-
HSV(B)252.77º41.23%44.71%-
XYZ8.16.8116.81-
YUV75.35149.81129.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.84%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=29.84%
G=25.97%
B=44.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77671140.320.4100.55252.7725.9735.49
Hex4D43722029037fd1a23
Octal11510316240510673753243
Binary10011011000011111001010000010100101101111111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,114); }

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

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

 a { background-color: rgb(77,67,114); }

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

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

 span { border-color: rgb(77,67,114); }

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