Html Css Color HEX #402C46 Jagger

📋 copy color: '#402C46'

red 64 ◦ green 44 ◦ blue 70

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

Shades of Jagger #402C46

Tints of Jagger #402C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.72%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 35.96%
G = 24.72%
B = 39.33%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#402C46 (or 0x402C46) is known color: Jagger. HEX triplet: 40, 2C and 46. RGB value is (64,44,70). Sum of RGB (Red+Green+Blue) = 64+44+70=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #402C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C46 is #BFD3B9. Grayscale: #343434. Windows color (decimal): -12571578 or 4598848. OLE color: 4598848.

HSL color Cylindrical-coordinate representation of color #402C46: hue angle of 286.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #402C46 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 44 70 -
CMYK 0.09 0.37 0 0.73
HSL 286.15º 0.23% 0.22% -
HSV(B) 286.15º 0.37% 0.27% -
XYZ 4.12 3.33 6.22 -
YUV 52.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 64 44 70 0.09 0.37 0 0.73 286.15 0.23 0.22
Hex 40 2C 46 9 25 0 49 11E 17 16
Octal 100 54 106 11 45 0 111 436 27 26
Binary 1000000 101100 1000110 1001 100101 0 1001001 100011110 10111 10110

Color Harmonies of #402C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C46

Black with #402C46

Text Example


Text Example

White with #402C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,70); }

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

background-color css

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

 a { background-color: rgb(64,44,70); }

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

border-color css

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

 span { border-color: rgb(64,44,70); }

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