#46394F

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

Shades of Jagger #46394F

Tints of Jagger #46394F

Color information

#46394F (or 0x46394F) is unknown color: approx Jagger. HEX triplet: 46, 39 and 4F. RGB value is (70,57,79). Sum of RGB (Red+Green+Blue) = 70+57+79=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #46394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46394F is #B9C6B0. Grayscale: #3F3F3F. Windows color (decimal): -12175025 or 5192006. OLE color: 5192006.

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

Color convert

RGB705779-
CMYK0.110.2800.69
HSL275.45º16.18%26.67%-
HSV(B)275.45º27.85%30.98%-
XYZ5.44.798.04-
YUV63.4136.81132.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=33.98%
G=27.67%
B=38.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7057790.110.2800.69275.4516.1826.67
Hex46394FB1C045113101b
Octal10671117133401054232033
Binary10001101110011001111101111100010001011000100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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