Html Css Color HEX #403946 Jagger

📋 copy color: '#403946'

red 64 ◦ green 57 ◦ blue 70

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

Shades of Jagger #403946

Tints of Jagger #403946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 33.51%
G = 29.84%
B = 36.65%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403946 (or 0x403946) is known color: Jagger. HEX triplet: 40, 39 and 46. RGB value is (64,57,70). Sum of RGB (Red+Green+Blue) = 64+57+70=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #403946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403946 is #BFC6B9. Grayscale: #3C3C3C. Windows color (decimal): -12568250 or 4602176. OLE color: 4602176.

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

Color convert

RGB 64 57 70 -
CMYK 0.09 0.19 0 0.73
HSL 272.31º 0.1% 0.25% -
HSV(B) 272.31º 0.19% 0.27% -
XYZ 4.68 4.46 6.41 -
YUV 60.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 64 57 70 0.09 0.19 0 0.73 272.31 0.1 0.25
Hex 40 39 46 9 13 0 49 110 A 19
Octal 100 71 106 11 23 0 111 420 12 31
Binary 1000000 111001 1000110 1001 10011 0 1001001 100010000 1010 11001

Color Harmonies of #403946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403946

Black with #403946

Text Example


Text Example

White with #403946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403946; }

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

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

background-color css

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

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

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

border-color css

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

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

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