#413A47

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

Shades of Jagger #413A47

Tints of Jagger #413A47

Color information

#413A47 (or 0x413A47) is unknown color: approx Jagger. HEX triplet: 41, 3A and 47. RGB value is (65,58,71). Sum of RGB (Red+Green+Blue) = 65+58+71=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #413A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A47 is #BEC5B8. Grayscale: #3D3D3D. Windows color (decimal): -12502457 or 4667969. OLE color: 4667969.

HSL color Cylindrical-coordinate representation of color #413A47: hue angle of 272.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413A47 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655871-
CMYK0.080.1800.72
HSL272.31º10.08%25.29%-
HSV(B)272.31º18.31%27.84%-
XYZ4.834.66.6-
YUV61.58133.32130.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=33.51%
G=29.90%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6558710.080.1800.72272.3110.0825.29
Hex413A47812048110a19
Octal10172107102201104201231
Binary1000001111010100011110001001001001000100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A47; }

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

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

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

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

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

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

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

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