#46405F

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

Shades of Meteorite #46405F

Tints of Meteorite #46405F

Color information

#46405F (or 0x46405F) is unknown color: approx Meteorite. HEX triplet: 46, 40 and 5F. RGB value is (70,64,95). Sum of RGB (Red+Green+Blue) = 70+64+95=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #46405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46405F is #B9BFA0. Grayscale: #454545. Windows color (decimal): -12173217 or 6242374. OLE color: 6242374.

HSL color Cylindrical-coordinate representation of color #46405F: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46405F is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB706495-
CMYK0.260.3300.63
HSL251.61º19.5%31.18%-
HSV(B)251.61º32.63%37.25%-
XYZ6.425.811.61-
YUV69.33142.49128.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=30.57%
G=27.95%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7064950.260.3300.63251.6119.531.18
Hex46405F1A2103Ffc131f
Octal10610013732410773742337
Binary100011010000001011111110101000010111111111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46405F; }

 p { color: rgb(70,64,95); }

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

<style>
 a { background-color: #46405F; }

 a { background-color: rgb(70,64,95); }

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

<style>
 span { border-color: #46405F; }

 span { border-color: rgb(70,64,95); }

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