#4D4361

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

Shades of Meteorite #4D4361

Tints of Meteorite #4D4361

Color information

#4D4361 (or 0x4D4361) is unknown color: approx Meteorite. HEX triplet: 4D, 43 and 61. RGB value is (77,67,97). Sum of RGB (Red+Green+Blue) = 77+67+97=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D4361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4361 is #B2BC9E. Grayscale: #494949. Windows color (decimal): -11713695 or 6374221. OLE color: 6374221.

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

Color convert

RGB776797-
CMYK0.210.3100.62
HSL260º18.29%32.16%-
HSV(B)260º30.93%38.04%-
XYZ7.236.4612.17-
YUV73.41141.31130.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=31.95%
G=27.80%
B=40.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7767970.210.3100.6226018.2932.16
Hex4D4361151F03E1041220
Octal11510314125370764042240
Binary1001101100001111000011010111111011111010000010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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