Html Css Color HEX #402E48 Jagger

📋 copy color: '#402E48'

red 64 ◦ green 46 ◦ blue 72

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

Shades of Jagger #402E48

Tints of Jagger #402E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.27%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 35.16%
G = 25.27%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402E48 (or 0x402E48) is known color: Jagger. HEX triplet: 40, 2E and 48. RGB value is (64,46,72). Sum of RGB (Red+Green+Blue) = 64+46+72=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #402E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E48 is #BFD1B7. Grayscale: #363636. Windows color (decimal): -12571064 or 4730432. OLE color: 4730432.

HSL color Cylindrical-coordinate representation of color #402E48: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402E48 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 46 72 -
CMYK 0.11 0.36 0 0.72
HSL 281.54º 0.22% 0.23% -
HSV(B) 281.54º 0.36% 0.28% -
XYZ 4.26 3.51 6.58 -
YUV 54.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 64 46 72 0.11 0.36 0 0.72 281.54 0.22 0.23
Hex 40 2E 48 B 24 0 48 11A 16 17
Octal 100 56 110 13 44 0 110 432 26 27
Binary 1000000 101110 1001000 1011 100100 0 1001000 100011010 10110 10111

Color Harmonies of #402E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E48

Black with #402E48

Text Example


Text Example

White with #402E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402E48; }

 p { color: rgb(64,46,72); }

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

background-color css

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

 a { background-color: rgb(64,46,72); }

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

border-color css

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

 span { border-color: rgb(64,46,72); }

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