#413246

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

Shades of Jagger #413246

Tints of Jagger #413246

Color information

#413246 (or 0x413246) is unknown color: approx Jagger. HEX triplet: 41, 32 and 46. RGB value is (65,50,70). Sum of RGB (Red+Green+Blue) = 65+50+70=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 50 (19.92% from 255 or 27.03% 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 #413246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413246 is #BECDB9. Grayscale: #383838. Windows color (decimal): -12504506 or 4600385. OLE color: 4600385.

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

Color convert

RGB655070-
CMYK0.070.2900.73
HSL285º16.67%23.53%-
HSV(B)285º28.57%27.45%-
XYZ4.433.856.3-
YUV56.76135.47133.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=35.14%
G=27.03%
B=37.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6550700.070.2900.7328516.6723.53
Hex41324671D04911d1118
Octal1016210673501114352130
Binary1000001110010100011011111101010010011000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413246; }

 p { color: rgb(65,50,70); }

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

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

 a { background-color: rgb(65,50,70); }

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

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

 span { border-color: rgb(65,50,70); }

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