Html Css Color HEX #402A46 Jagger

📋 copy color: '#402A46'

red 64 ◦ green 42 ◦ blue 70

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

Shades of Jagger #402A46

Tints of Jagger #402A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.86%

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

R = 36.36%
G = 23.86%
B = 39.77%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#402A46 (or 0x402A46) is known color: Jagger. HEX triplet: 40, 2A and 46. RGB value is (64,42,70). Sum of RGB (Red+Green+Blue) = 64+42+70=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #402A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A46 is #BFD5B9. Grayscale: #333333. Windows color (decimal): -12572090 or 4598336. OLE color: 4598336.

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

Color convert

RGB 64 42 70 -
CMYK 0.09 0.40 0 0.73
HSL 287.14º 0.25% 0.22% -
HSV(B) 287.14º 0.4% 0.27% -
XYZ 4.05 3.19 6.2 -
YUV 51.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 64 42 70 0.09 0.40 0 0.73 287.14 0.25 0.22
Hex 40 2A 46 9 28 0 49 11F 19 16
Octal 100 52 106 11 50 0 111 437 31 26
Binary 1000000 101010 1000110 1001 101000 0 1001001 100011111 11001 10110

Color Harmonies of #402A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A46

Black with #402A46

Text Example


Text Example

White with #402A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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