#4D3D63

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

Shades of Meteorite #4D3D63

Tints of Meteorite #4D3D63

Color information

#4D3D63 (or 0x4D3D63) is unknown color: approx Meteorite. HEX triplet: 4D, 3D and 63. RGB value is (77,61,99). Sum of RGB (Red+Green+Blue) = 77+61+99=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D3D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3D63 is #B2C29C. Grayscale: #454545. Windows color (decimal): -11715229 or 6503757. OLE color: 6503757.

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

Color convert

RGB776199-
CMYK0.220.3800.61
HSL265.26º23.75%31.37%-
HSV(B)265.26º38.38%38.82%-
XYZ6.985.8212.56-
YUV70.12144.3132.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=32.49%
G=25.74%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7761990.220.3800.61265.2623.7531.37
Hex4D3D63162603D109181f
Octal1157514326460754113037
Binary100110111110111000111011010011001111011000010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,61,99); }

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

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

 a { background-color: rgb(77,61,99); }

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

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

 span { border-color: rgb(77,61,99); }

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