#46394D

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

Shades of Jagger #46394D

Tints of Jagger #46394D

Color information

#46394D (or 0x46394D) is unknown color: approx Jagger. HEX triplet: 46, 39 and 4D. RGB value is (70,57,77). Sum of RGB (Red+Green+Blue) = 70+57+77=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #46394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46394D is #B9C6B2. Grayscale: #3F3F3F. Windows color (decimal): -12175027 or 5060934. OLE color: 5060934.

HSL color Cylindrical-coordinate representation of color #46394D: hue angle of 279º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46394D is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB705777-
CMYK0.090.2600.70
HSL279º14.93%26.27%-
HSV(B)279º25.97%30.2%-
XYZ5.334.767.66-
YUV63.17135.81132.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=34.31%
G=27.94%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7057770.090.2600.7027914.9326.27
Hex46394D91A046117f1a
Octal10671115113201064271732
Binary1000110111001100110110011101001000110100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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