Html Css Color HEX #403449 Jagger

📋 copy color: '#403449'

red 64 ◦ green 52 ◦ blue 73

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

Shades of Jagger #403449

Tints of Jagger #403449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 33.86%
G = 27.51%
B = 38.62%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403449 (or 0x403449) is known color: Jagger. HEX triplet: 40, 34 and 49. RGB value is (64,52,73). Sum of RGB (Red+Green+Blue) = 64+52+73=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #403449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403449 is #BFCBB6. Grayscale: #393939. Windows color (decimal): -12569527 or 4797504. OLE color: 4797504.

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

Color convert

RGB 64 52 73 -
CMYK 0.12 0.29 0 0.71
HSL 274.29º 0.17% 0.25% -
HSV(B) 274.29º 0.29% 0.29% -
XYZ 4.54 4.03 6.84 -
YUV 57.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 64 52 73 0.12 0.29 0 0.71 274.29 0.17 0.25
Hex 40 34 49 C 1D 0 47 112 11 19
Octal 100 64 111 14 35 0 107 422 21 31
Binary 1000000 110100 1001001 1100 11101 0 1000111 100010010 10001 11001

Color Harmonies of #403449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403449

Black with #403449

Text Example


Text Example

White with #403449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403449; }

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

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

background-color css

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

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

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

border-color css

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

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

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