#46346E

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

Shades of Meteorite #46346E

Tints of Meteorite #46346E

Color information

#46346E (or 0x46346E) is unknown color: approx Meteorite. HEX triplet: 46, 34 and 6E. RGB value is (70,52,110). Sum of RGB (Red+Green+Blue) = 70+52+110=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #46346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46346E is #B9CB91. Grayscale: #3F3F3F. Windows color (decimal): -12176274 or 7222342. OLE color: 7222342.

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

Color convert

RGB7052110-
CMYK0.360.5300.57
HSL258.62º35.8%31.76%-
HSV(B)258.62º52.73%43.14%-
XYZ6.574.8815.35-
YUV63.99153.96132.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=30.17%
G=22.41%
B=47.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70521100.360.5300.57258.6235.831.76
Hex46346E24350391032420
Octal1066415644650714034440
Binary100011011010011011101001001101010111001100000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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