#413A48

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

Shades of Jagger #413A48

Tints of Jagger #413A48

Color information

#413A48 (or 0x413A48) is unknown color: approx Jagger. HEX triplet: 41, 3A and 48. RGB value is (65,58,72). Sum of RGB (Red+Green+Blue) = 65+58+72=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #413A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A48 is #BEC5B7. Grayscale: #3D3D3D. Windows color (decimal): -12502456 or 4733505. OLE color: 4733505.

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

Color convert

RGB655872-
CMYK0.100.1900.72
HSL270º10.77%25.49%-
HSV(B)270º19.44%28.24%-
XYZ4.864.626.77-
YUV61.69133.82130.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=33.33%
G=29.74%
B=36.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6558720.100.1900.7227010.7725.49
Hex413A48A1304810eb19
Octal10172110122301104161331
Binary1000001111010100100010101001101001000100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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