#413447

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

Shades of Jagger #413447

Tints of Jagger #413447

Color information

#413447 (or 0x413447) is unknown color: approx Jagger. HEX triplet: 41, 34 and 47. RGB value is (65,52,71). Sum of RGB (Red+Green+Blue) = 65+52+71=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #413447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413447 is #BECBB8. Grayscale: #393939. Windows color (decimal): -12503993 or 4666433. OLE color: 4666433.

HSL color Cylindrical-coordinate representation of color #413447: hue angle of 281.05º 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 #413447 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655271-
CMYK0.080.2700.72
HSL281.05º15.45%24.12%-
HSV(B)281.05º26.76%27.84%-
XYZ4.554.036.5-
YUV58.05135.31132.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=34.57%
G=27.66%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6552710.080.2700.72281.0515.4524.12
Hex41344781B048119f18
Octal10164107103301104311730
Binary1000001110100100011110001101101001000100011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413447; }

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

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

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

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

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

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

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

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