#4D4369

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

Shades of Meteorite #4D4369

Tints of Meteorite #4D4369

Color information

#4D4369 (or 0x4D4369) is unknown color: approx Meteorite. HEX triplet: 4D, 43 and 69. RGB value is (77,67,105). Sum of RGB (Red+Green+Blue) = 77+67+105=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D4369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4369 is #B2BC96. Grayscale: #4A4A4A. Windows color (decimal): -11713687 or 6898509. OLE color: 6898509.

HSL color Cylindrical-coordinate representation of color #4D4369: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D4369 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7767105-
CMYK0.270.3600.59
HSL255.79º22.09%33.73%-
HSV(B)255.79º36.19%41.18%-
XYZ7.626.6114.24-
YUV74.32145.31129.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.92%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=30.92%
G=26.91%
B=42.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77671050.270.3600.59255.7922.0933.73
Hex4D43691B2403B1001622
Octal11510315133440734002642
Binary10011011000011110100111011100100011101110000000010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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