#4D4065

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

Shades of Meteorite #4D4065

Tints of Meteorite #4D4065

Color information

#4D4065 (or 0x4D4065) is unknown color: approx Meteorite. HEX triplet: 4D, 40 and 65. RGB value is (77,64,101). Sum of RGB (Red+Green+Blue) = 77+64+101=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4065 is #B2BF9A. Grayscale: #474747. Windows color (decimal): -11714459 or 6635597. OLE color: 6635597.

HSL color Cylindrical-coordinate representation of color #4D4065: hue angle of 261.08º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4065 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7764101-
CMYK0.240.3700.60
HSL261.08º22.42%32.35%-
HSV(B)261.08º36.63%39.61%-
XYZ7.246.1813.12-
YUV72.1144.31131.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=31.82%
G=26.45%
B=41.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77641010.240.3700.60261.0822.4232.35
Hex4D4065182503C1051620
Octal11510014530450744052640
Binary10011011000000110010111000100101011110010000010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,101); }

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

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

 a { background-color: rgb(77,64,101); }

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

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

 span { border-color: rgb(77,64,101); }

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