Html Css Color HEX #402D48 Jagger

📋 copy color: '#402D48'

red 64 ◦ green 45 ◦ blue 72

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

Shades of Jagger #402D48

Tints of Jagger #402D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

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

R = 35.36%
G = 24.86%
B = 39.78%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402D48 (or 0x402D48) is known color: Jagger. HEX triplet: 40, 2D and 48. RGB value is (64,45,72). Sum of RGB (Red+Green+Blue) = 64+45+72=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #402D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D48 is #BFD2B7. Grayscale: #353535. Windows color (decimal): -12571320 or 4730176. OLE color: 4730176.

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

Color convert

RGB 64 45 72 -
CMYK 0.11 0.38 0 0.72
HSL 282.22º 0.23% 0.23% -
HSV(B) 282.22º 0.38% 0.28% -
XYZ 4.22 3.43 6.57 -
YUV 53.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 64 45 72 0.11 0.38 0 0.72 282.22 0.23 0.23
Hex 40 2D 48 B 26 0 48 11A 17 17
Octal 100 55 110 13 46 0 110 432 27 27
Binary 1000000 101101 1001000 1011 100110 0 1001000 100011010 10111 10111

Color Harmonies of #402D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D48

Black with #402D48

Text Example


Text Example

White with #402D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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