Html Css Color HEX #403649 Jagger

📋 copy color: '#403649'

red 64 ◦ green 54 ◦ blue 73

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

Shades of Jagger #403649

Tints of Jagger #403649

RGB

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

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

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

R = 33.51%
G = 28.27%
B = 38.22%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403649 (or 0x403649) is known color: Jagger. HEX triplet: 40, 36 and 49. RGB value is (64,54,73). Sum of RGB (Red+Green+Blue) = 64+54+73=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #403649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403649 is #BFC9B6. Grayscale: #3B3B3B. Windows color (decimal): -12569015 or 4798016. OLE color: 4798016.

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

Color convert

RGB 64 54 73 -
CMYK 0.12 0.26 0 0.71
HSL 271.58º 0.15% 0.25% -
HSV(B) 271.58º 0.26% 0.29% -
XYZ 4.64 4.21 6.87 -
YUV 59.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 64 54 73 0.12 0.26 0 0.71 271.58 0.15 0.25
Hex 40 36 49 C 1A 0 47 110 F 19
Octal 100 66 111 14 32 0 107 420 17 31
Binary 1000000 110110 1001001 1100 11010 0 1000111 100010000 1111 11001

Color Harmonies of #403649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403649

Black with #403649

Text Example


Text Example

White with #403649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403649; }

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

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

background-color css

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

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

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

border-color css

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

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

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