#4E456B

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

Shades of Meteorite #4E456B

Tints of Meteorite #4E456B

Color information

#4E456B (or 0x4E456B) is unknown color: approx Meteorite. HEX triplet: 4E, 45 and 6B. RGB value is (78,69,107). Sum of RGB (Red+Green+Blue) = 78+69+107=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E456B is #B1BA94. Grayscale: #4B4B4B. Windows color (decimal): -11647637 or 7030094. OLE color: 7030094.

HSL color Cylindrical-coordinate representation of color #4E456B: hue angle of 254.21º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E456B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7869107-
CMYK0.270.3600.58
HSL254.21º21.59%34.51%-
HSV(B)254.21º35.51%41.96%-
XYZ7.926.9414.83-
YUV76.02145.48129.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=30.71%
G=27.17%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78691070.270.3600.58254.2121.5934.51
Hex4E456B1B2403Afe1623
Octal11610515333440723762643
Binary1001110100010111010111101110010001110101111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,107); }

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

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

 a { background-color: rgb(78,69,107); }

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

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

 span { border-color: rgb(78,69,107); }

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