#4D4768

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

Shades of Meteorite #4D4768

Tints of Meteorite #4D4768

Color information

#4D4768 (or 0x4D4768) is unknown color: approx Meteorite. HEX triplet: 4D, 47 and 68. RGB value is (77,71,104). Sum of RGB (Red+Green+Blue) = 77+71+104=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4768 is #B2B897. Grayscale: #4C4C4C. Windows color (decimal): -11712664 or 6833997. OLE color: 6833997.

HSL color Cylindrical-coordinate representation of color #4D4768: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4768 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7771104-
CMYK0.260.3200.59
HSL250.91º18.86%34.31%-
HSV(B)250.91º31.73%40.78%-
XYZ7.817.0814.05-
YUV76.56143.49128.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=30.56%
G=28.17%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77711040.260.3200.59250.9118.8634.31
Hex4D47681A2003Bfb1322
Octal11510715032400733732342
Binary1001101100011111010001101010000001110111111101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,71,104); }

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

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

 a { background-color: rgb(77,71,104); }

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

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

 span { border-color: rgb(77,71,104); }

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