#403346

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

Shades of Jagger #403346

Tints of Jagger #403346

Color information

#403346 (or 0x403346) is unknown color: approx Jagger. HEX triplet: 40, 33 and 46. RGB value is (64,51,70). Sum of RGB (Red+Green+Blue) = 64+51+70=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #403346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403346 is #BFCCB9. Grayscale: #383838. Windows color (decimal): -12569786 or 4600640. OLE color: 4600640.

HSL color Cylindrical-coordinate representation of color #403346: hue angle of 281.05º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403346 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645170-
CMYK0.090.2700.73
HSL281.05º15.7%23.73%-
HSV(B)281.05º27.14%27.45%-
XYZ4.43.96.31-
YUV57.05135.31132.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=34.59%
G=27.57%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6451700.090.2700.73281.0515.723.73
Hex40334691B0491191018
Octal10063106113301114312030
Binary10000001100111000110100111011010010011000110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403346; }

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

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

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

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

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

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

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

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