#46366E

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

Shades of Meteorite #46366E

Tints of Meteorite #46366E

Color information

#46366E (or 0x46366E) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 6E. RGB value is (70,54,110). Sum of RGB (Red+Green+Blue) = 70+54+110=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #46366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366E is #B9C991. Grayscale: #404040. Windows color (decimal): -12175762 or 7222854. OLE color: 7222854.

HSL color Cylindrical-coordinate representation of color #46366E: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46366E is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7054110-
CMYK0.360.5100.57
HSL257.14º34.15%32.16%-
HSV(B)257.14º50.91%43.14%-
XYZ6.665.0715.38-
YUV65.17153.3131.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=29.91%
G=23.08%
B=47.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70541100.360.5100.57257.1434.1532.16
Hex46366E24330391012220
Octal1066615644630714014240
Binary100011011011011011101001001100110111001100000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46366E; }

 p { color: rgb(70,54,110); }

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

<style>
 a { background-color: #46366E; }

 a { background-color: rgb(70,54,110); }

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

<style>
 span { border-color: #46366E; }

 span { border-color: rgb(70,54,110); }

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