#46376F

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

Shades of Meteorite #46376F

Tints of Meteorite #46376F

Color information

#46376F (or 0x46376F) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 6F. RGB value is (70,55,111). Sum of RGB (Red+Green+Blue) = 70+55+111=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #46376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46376F is #B9C890. Grayscale: #414141. Windows color (decimal): -12175505 or 7288646. OLE color: 7288646.

HSL color Cylindrical-coordinate representation of color #46376F: hue angle of 256.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46376F is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7055111-
CMYK0.370.5000.56
HSL256.07º33.73%32.55%-
HSV(B)256.07º50.45%43.53%-
XYZ6.765.1815.68-
YUV65.87153.47130.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=29.66%
G=23.31%
B=47.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70551110.370.5000.56256.0733.7332.55
Hex46376F25320381002221
Octal1066715745620704004241
Binary100011011011111011111001011100100111000100000000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,55,111); }

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

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

 a { background-color: rgb(70,55,111); }

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

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

 span { border-color: rgb(70,55,111); }

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