Html Css Color HEX #403646 Jagger

📋 copy color: '#403646'

red 64 ◦ green 54 ◦ blue 70

#403646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #403646

Tints of Jagger #403646

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 34.04%
G = 28.72%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403646 (or 0x403646) is known color: Jagger. HEX triplet: 40, 36 and 46. RGB value is (64,54,70). Sum of RGB (Red+Green+Blue) = 64+54+70=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #403646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403646 is #BFC9B9. Grayscale: #3A3A3A. Windows color (decimal): -12569018 or 4601408. OLE color: 4601408.

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

Color convert

RGB 64 54 70 -
CMYK 0.09 0.23 0 0.73
HSL 277.5º 0.13% 0.24% -
HSV(B) 277.5º 0.23% 0.27% -
XYZ 4.54 4.17 6.36 -
YUV 58.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 64 54 70 0.09 0.23 0 0.73 277.5 0.13 0.24
Hex 40 36 46 9 17 0 49 116 D 18
Octal 100 66 106 11 27 0 111 426 15 30
Binary 1000000 110110 1000110 1001 10111 0 1001001 100010110 1101 11000

Color Harmonies of #403646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403646

Black with #403646

Text Example


Text Example

White with #403646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403646; }

 p { color: rgb(64,54,70); }

 H1.HeaderClassName
 {
   color: #403646;
 }
 .AnyTagClassName
 {
   color: #403646;
 }
</style>

background-color css

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

 a { background-color: rgb(64,54,70); }

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

border-color css

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

 span { border-color: rgb(64,54,70); }

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