Html Css Color HEX #403447 Jagger

📋 copy color: '#403447'

red 64 ◦ green 52 ◦ blue 71

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

Shades of Jagger #403447

Tints of Jagger #403447

RGB

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

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

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

R = 34.22%
G = 27.81%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403447 (or 0x403447) is known color: Jagger. HEX triplet: 40, 34 and 47. RGB value is (64,52,71). Sum of RGB (Red+Green+Blue) = 64+52+71=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #403447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403447 is #BFCBB8. Grayscale: #393939. Windows color (decimal): -12569529 or 4666432. OLE color: 4666432.

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

Color convert

RGB 64 52 71 -
CMYK 0.10 0.27 0 0.72
HSL 277.89º 0.15% 0.24% -
HSV(B) 277.89º 0.27% 0.28% -
XYZ 4.48 4 6.5 -
YUV 57.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 64 52 71 0.10 0.27 0 0.72 277.89 0.15 0.24
Hex 40 34 47 A 1B 0 48 116 F 18
Octal 100 64 107 12 33 0 110 426 17 30
Binary 1000000 110100 1000111 1010 11011 0 1001000 100010110 1111 11000

Color Harmonies of #403447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403447

Black with #403447

Text Example


Text Example

White with #403447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403447; }

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

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

background-color css

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

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

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

border-color css

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

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

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