#4E3A61

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

Shades of Meteorite #4E3A61

Tints of Meteorite #4E3A61

Color information

#4E3A61 (or 0x4E3A61) is unknown color: approx Meteorite. HEX triplet: 4E, 3A and 61. RGB value is (78,58,97). Sum of RGB (Red+Green+Blue) = 78+58+97=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E3A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A61 is #B1C59E. Grayscale: #444444. Windows color (decimal): -11650463 or 6371918. OLE color: 6371918.

HSL color Cylindrical-coordinate representation of color #4E3A61: hue angle of 270.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3A61 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB785897-
CMYK0.200.4000.62
HSL270.77º25.16%30.39%-
HSV(B)270.77º40.21%38.04%-
XYZ6.815.5112.01-
YUV68.43144.13134.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.48%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=33.48%
G=24.89%
B=41.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7858970.200.4000.62270.7725.1630.39
Hex4E3A61142803E10f191e
Octal1167214124500764173136
Binary100111011101011000011010010100001111101000011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,97); }

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

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

 a { background-color: rgb(78,58,97); }

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

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

 span { border-color: rgb(78,58,97); }

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