Html Css Color HEX #403647 Jagger

📋 copy color: '#403647'

red 64 ◦ green 54 ◦ blue 71

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

Shades of Jagger #403647

Tints of Jagger #403647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.57%

R = 33.86%
G = 28.57%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403647 (or 0x403647) is known color: Jagger. HEX triplet: 40, 36 and 47. RGB value is (64,54,71). Sum of RGB (Red+Green+Blue) = 64+54+71=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #403647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403647 is #BFC9B8. Grayscale: #3A3A3A. Windows color (decimal): -12569017 or 4666944. OLE color: 4666944.

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

Color convert

RGB 64 54 71 -
CMYK 0.10 0.24 0 0.72
HSL 275.29º 0.14% 0.25% -
HSV(B) 275.29º 0.24% 0.28% -
XYZ 4.57 4.18 6.53 -
YUV 58.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 64 54 71 0.10 0.24 0 0.72 275.29 0.14 0.25
Hex 40 36 47 A 18 0 48 113 E 19
Octal 100 66 107 12 30 0 110 423 16 31
Binary 1000000 110110 1000111 1010 11000 0 1001000 100010011 1110 11001

Color Harmonies of #403647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403647

Black with #403647

Text Example


Text Example

White with #403647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403647; }

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

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

background-color css

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

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

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

border-color css

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

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

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