#4D3E60

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

Shades of Meteorite #4D3E60

Tints of Meteorite #4D3E60

Color information

#4D3E60 (or 0x4D3E60) is unknown color: approx Meteorite. HEX triplet: 4D, 3E and 60. RGB value is (77,62,96). Sum of RGB (Red+Green+Blue) = 77+62+96=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E60 is #B2C19F. Grayscale: #464646. Windows color (decimal): -11714976 or 6307405. OLE color: 6307405.

HSL color Cylindrical-coordinate representation of color #4D3E60: hue angle of 266.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3E60 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB776296-
CMYK0.200.3500.62
HSL266.47º21.52%30.98%-
HSV(B)266.47º35.42%37.65%-
XYZ6.895.8711.84-
YUV70.36142.47132.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=32.77%
G=26.38%
B=40.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7762960.200.3500.62266.4721.5230.98
Hex4D3E60142303E10a161f
Octal1157614024430764122637
Binary100110111111011000001010010001101111101000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,62,96); }

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

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

 a { background-color: rgb(77,62,96); }

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

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

 span { border-color: rgb(77,62,96); }

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