#403447

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

Shades of Jagger #403447

Tints of Jagger #403447

Color information

#403447 (or 0x403447) is unknown color: approx Jagger. HEX triplet: 40, 34 and 47. RGB value is (64,52,71). Sum of RGB (Red+Green+Blue) = 64+52+71=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #403447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403447 is #BFCBB8. Grayscale: #393939. Windows color (decimal): -12569529 or 4666432. OLE color: 4666432.

HSL color Cylindrical-coordinate representation of color #403447: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403447 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB645271-
CMYK0.100.2700.72
HSL277.89º15.45%24.12%-
HSV(B)277.89º26.76%27.84%-
XYZ4.4846.5-
YUV57.75135.48132.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=34.22%
G=27.81%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6452710.100.2700.72277.8915.4524.12
Hex403447A1B048116f18
Octal10064107123301104261730
Binary1000000110100100011110101101101001000100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403447; }

 p { color: rgb(64,52,71); }

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

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

 a { background-color: rgb(64,52,71); }

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

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

 span { border-color: rgb(64,52,71); }

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