#46366B

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

Shades of Meteorite #46366B

Tints of Meteorite #46366B

Color information

#46366B (or 0x46366B) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 6B. RGB value is (70,54,107). Sum of RGB (Red+Green+Blue) = 70+54+107=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #46366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366B is #B9C994. Grayscale: #404040. Windows color (decimal): -12175765 or 7026246. OLE color: 7026246.

HSL color Cylindrical-coordinate representation of color #46366B: hue angle of 258.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46366B is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7054107-
CMYK0.350.5000.58
HSL258.11º32.92%31.57%-
HSV(B)258.11º49.53%41.96%-
XYZ6.5514.53-
YUV64.83151.8131.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=30.30%
G=23.38%
B=46.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70541070.350.5000.58258.1132.9231.57
Hex46366B233203A1022120
Octal1066615343620724024140
Binary100011011011011010111000111100100111010100000010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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