#46364F

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

Shades of Jagger #46364F

Tints of Jagger #46364F

Color information

#46364F (or 0x46364F) is unknown color: approx Jagger. HEX triplet: 46, 36 and 4F. RGB value is (70,54,79). Sum of RGB (Red+Green+Blue) = 70+54+79=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #46364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46364F is #B9C9B0. Grayscale: #3D3D3D. Windows color (decimal): -12175793 or 5191238. OLE color: 5191238.

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

Color convert

RGB705479-
CMYK0.110.3200.69
HSL278.4º18.8%26.08%-
HSV(B)278.4º31.65%30.98%-
XYZ5.264.57.99-
YUV61.63137.8133.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=34.48%
G=26.60%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7054790.110.3200.69278.418.826.08
Hex46364FB20045116131a
Octal10666117134001054262332
Binary100011011011010011111011100000010001011000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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