#4D4177

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

Shades of Meteorite #4D4177

Tints of Meteorite #4D4177

Color information

#4D4177 (or 0x4D4177) is unknown color: approx Meteorite. HEX triplet: 4D, 41 and 77. RGB value is (77,65,119). Sum of RGB (Red+Green+Blue) = 77+65+119=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D4177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4177 is #B2BE88. Grayscale: #4A4A4A. Windows color (decimal): -11714185 or 7815501. OLE color: 7815501.

HSL color Cylindrical-coordinate representation of color #4D4177: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4177 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7765119-
CMYK0.350.4500.53
HSL253.33º29.35%36.08%-
HSV(B)253.33º45.38%46.67%-
XYZ8.286.6918.31-
YUV74.74152.98129.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=29.50%
G=24.90%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77651190.350.4500.53253.3329.3536.08
Hex4D4177232D035fd1d24
Octal11510116743550653753544
Binary10011011000001111011110001110110101101011111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,119); }

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

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

 a { background-color: rgb(77,65,119); }

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

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

 span { border-color: rgb(77,65,119); }

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