#4E446B

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

Shades of Meteorite #4E446B

Tints of Meteorite #4E446B

Color information

#4E446B (or 0x4E446B) is unknown color: approx Meteorite. HEX triplet: 4E, 44 and 6B. RGB value is (78,68,107). Sum of RGB (Red+Green+Blue) = 78+68+107=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E446B is #B1BB94. Grayscale: #4B4B4B. Windows color (decimal): -11647893 or 7029838. OLE color: 7029838.

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

Color convert

RGB7868107-
CMYK0.270.3600.58
HSL255.38º22.29%34.31%-
HSV(B)255.38º36.45%41.96%-
XYZ7.866.8214.81-
YUV75.44145.81129.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=30.83%
G=26.88%
B=42.29%

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
Decimal78681070.270.3600.58255.3822.2934.31
Hex4E446B1B2403Aff1622
Octal11610415333440723772642
Binary1001110100010011010111101110010001110101111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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