#403449

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

Shades of Jagger #403449

Tints of Jagger #403449

Color information

#403449 (or 0x403449) is unknown color: approx Jagger. HEX triplet: 40, 34 and 49. RGB value is (64,52,73). Sum of RGB (Red+Green+Blue) = 64+52+73=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #403449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403449 is #BFCBB6. Grayscale: #393939. Windows color (decimal): -12569527 or 4797504. OLE color: 4797504.

HSL color Cylindrical-coordinate representation of color #403449: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403449 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB645273-
CMYK0.120.2900.71
HSL274.29º16.8%24.51%-
HSV(B)274.29º28.77%28.63%-
XYZ4.544.036.84-
YUV57.98136.48132.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=33.86%
G=27.51%
B=38.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6452730.120.2900.71274.2916.824.51
Hex403449C1D0471121119
Octal10064111143501074222131
Binary10000001101001001001110011101010001111000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403449; }

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

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

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

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

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

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

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

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