#403448

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

Shades of Jagger #403448

Tints of Jagger #403448

Color information

#403448 (or 0x403448) is unknown color: approx Jagger. HEX triplet: 40, 34 and 48. RGB value is (64,52,72). Sum of RGB (Red+Green+Blue) = 64+52+72=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #403448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403448 is #BFCBB7. Grayscale: #393939. Windows color (decimal): -12569528 or 4731968. OLE color: 4731968.

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

Color convert

RGB645272-
CMYK0.110.2800.72
HSL276º16.13%24.31%-
HSV(B)276º27.78%28.24%-
XYZ4.514.016.67-
YUV57.87135.98132.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=34.04%
G=27.66%
B=38.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6452720.110.2800.7227616.1324.31
Hex403448B1C0481141018
Octal10064110133401104242030
Binary10000001101001001000101111100010010001000101001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403448; }

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

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

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

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

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

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

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

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