Html Css Color HEX #403847 Jagger

📋 copy color: '#403847'

red 64 ◦ green 56 ◦ blue 71

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

Shades of Jagger #403847

Tints of Jagger #403847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 33.51%
G = 29.32%
B = 37.17%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403847 (or 0x403847) is known color: Jagger. HEX triplet: 40, 38 and 47. RGB value is (64,56,71). Sum of RGB (Red+Green+Blue) = 64+56+71=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #403847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403847 is #BFC7B8. Grayscale: #3C3C3C. Windows color (decimal): -12568505 or 4667456. OLE color: 4667456.

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

Color convert

RGB 64 56 71 -
CMYK 0.10 0.21 0 0.72
HSL 272º 0.12% 0.25% -
HSV(B) 272º 0.21% 0.28% -
XYZ 4.67 4.37 6.56 -
YUV 60.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 64 56 71 0.10 0.21 0 0.72 272 0.12 0.25
Hex 40 38 47 A 15 0 48 110 C 19
Octal 100 70 107 12 25 0 110 420 14 31
Binary 1000000 111000 1000111 1010 10101 0 1001000 100010000 1100 11001

Color Harmonies of #403847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403847

Black with #403847

Text Example


Text Example

White with #403847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403847; }

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

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

background-color css

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

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

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

border-color css

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

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

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