#4D4061

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

Shades of Meteorite #4D4061

Tints of Meteorite #4D4061

Color information

#4D4061 (or 0x4D4061) is unknown color: approx Meteorite. HEX triplet: 4D, 40 and 61. RGB value is (77,64,97). Sum of RGB (Red+Green+Blue) = 77+64+97=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D4061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4061 is #B2BF9E. Grayscale: #474747. Windows color (decimal): -11714463 or 6373453. OLE color: 6373453.

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

Color convert

RGB776497-
CMYK0.210.3400.62
HSL263.64º20.5%31.57%-
HSV(B)263.64º34.02%38.04%-
XYZ7.056.1112.12-
YUV71.65142.31131.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=32.35%
G=26.89%
B=40.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7764970.210.3400.62263.6420.531.57
Hex4D4061152203E1081420
Octal11510014125420764102440
Binary10011011000000110000110101100010011111010000100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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