#4D446E

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

Shades of Meteorite #4D446E

Tints of Meteorite #4D446E

Color information

#4D446E (or 0x4D446E) is unknown color: approx Meteorite. HEX triplet: 4D, 44 and 6E. RGB value is (77,68,110). Sum of RGB (Red+Green+Blue) = 77+68+110=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D446E is #B2BB91. Grayscale: #4B4B4B. Windows color (decimal): -11713426 or 7226445. OLE color: 7226445.

HSL color Cylindrical-coordinate representation of color #4D446E: hue angle of 252.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D446E is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7768110-
CMYK0.30.3800.57
HSL252.86º23.6%34.9%-
HSV(B)252.86º38.18%43.14%-
XYZ7.946.8415.65-
YUV75.48147.48129.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=30.20%
G=26.67%
B=43.14%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77681100.30.3800.57252.8623.634.9
Hex4D446E1E26039fd1823
Octal11510415636460713753043
Binary1001101100010011011101111010011001110011111110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,110); }

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

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

 a { background-color: rgb(77,68,110); }

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

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

 span { border-color: rgb(77,68,110); }

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