#4E4668

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

Shades of Meteorite #4E4668

Tints of Meteorite #4E4668

Color information

#4E4668 (or 0x4E4668) is unknown color: approx Meteorite. HEX triplet: 4E, 46 and 68. RGB value is (78,70,104). Sum of RGB (Red+Green+Blue) = 78+70+104=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 70 (27.73% from 255 or 27.78% 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 #4E4668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4668 is #B1B997. Grayscale: #4C4C4C. Windows color (decimal): -11647384 or 6833742. OLE color: 6833742.

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

Color convert

RGB7870104-
CMYK0.250.3300.59
HSL254.12º19.54%34.12%-
HSV(B)254.12º32.69%40.78%-
XYZ7.83714.04-
YUV76.27143.65129.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=30.95%
G=27.78%
B=41.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78701040.250.3300.59254.1219.5434.12
Hex4E4668192103Bfe1422
Octal11610615031410733762442
Binary1001110100011011010001100110000101110111111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,104); }

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

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

 a { background-color: rgb(78,70,104); }

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

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

 span { border-color: rgb(78,70,104); }

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