Html Css Color HEX #403749 Jagger

📋 copy color: '#403749'

red 64 ◦ green 55 ◦ blue 73

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

Shades of Jagger #403749

Tints of Jagger #403749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 33.33%
G = 28.65%
B = 38.02%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403749 (or 0x403749) is known color: Jagger. HEX triplet: 40, 37 and 49. RGB value is (64,55,73). Sum of RGB (Red+Green+Blue) = 64+55+73=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #403749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403749 is #BFC8B6. Grayscale: #3B3B3B. Windows color (decimal): -12568759 or 4798272. OLE color: 4798272.

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

Color convert

RGB 64 55 73 -
CMYK 0.12 0.25 0 0.71
HSL 270º 0.14% 0.25% -
HSV(B) 270º 0.25% 0.29% -
XYZ 4.68 4.3 6.89 -
YUV 59.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 64 55 73 0.12 0.25 0 0.71 270 0.14 0.25
Hex 40 37 49 C 19 0 47 10E E 19
Octal 100 67 111 14 31 0 107 416 16 31
Binary 1000000 110111 1001001 1100 11001 0 1000111 100001110 1110 11001

Color Harmonies of #403749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403749

Black with #403749

Text Example


Text Example

White with #403749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403749; }

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

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

background-color css

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

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

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

border-color css

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

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

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