#4D3770

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

Shades of Meteorite #4D3770

Tints of Meteorite #4D3770

Color information

#4D3770 (or 0x4D3770) is unknown color: approx Meteorite. HEX triplet: 4D, 37 and 70. RGB value is (77,55,112). Sum of RGB (Red+Green+Blue) = 77+55+112=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3770 is #B2C88F. Grayscale: #434343. Windows color (decimal): -11716752 or 7354189. OLE color: 7354189.

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

Color convert

RGB7755112-
CMYK0.310.5100.56
HSL263.16º34.13%32.75%-
HSV(B)263.16º50.89%43.92%-
XYZ7.355.4816-
YUV68.08152.79134.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=31.56%
G=22.54%
B=45.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77551120.310.5100.56263.1634.1332.75
Hex4D37701F330381072221
Octal1156716037630704074241
Binary10011011101111110000111111100110111000100000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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