#4D4270

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

Shades of Meteorite #4D4270

Tints of Meteorite #4D4270

Color information

#4D4270 (or 0x4D4270) is unknown color: approx Meteorite. HEX triplet: 4D, 42 and 70. RGB value is (77,66,112). Sum of RGB (Red+Green+Blue) = 77+66+112=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D4270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4270 is #B2BD8F. Grayscale: #4A4A4A. Windows color (decimal): -11713936 or 7357005. OLE color: 7357005.

HSL color Cylindrical-coordinate representation of color #4D4270: hue angle of 254.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4270 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7766112-
CMYK0.310.4100.56
HSL254.35º25.84%34.9%-
HSV(B)254.35º41.07%43.92%-
XYZ7.936.6416.19-
YUV74.53149.14129.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=30.20%
G=25.88%
B=43.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77661120.310.4100.56254.3525.8434.9
Hex4D42701F29038fe1a23
Octal11510216037510703763243
Binary1001101100001011100001111110100101110001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,112); }

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

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

 a { background-color: rgb(77,66,112); }

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

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

 span { border-color: rgb(77,66,112); }

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