Html Css Color HEX #402E46 Jagger

📋 copy color: '#402E46'

red 64 ◦ green 46 ◦ blue 70

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

Shades of Jagger #402E46

Tints of Jagger #402E46

RGB

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

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

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

R = 35.56%
G = 25.56%
B = 38.89%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#402E46 (or 0x402E46) is known color: Jagger. HEX triplet: 40, 2E and 46. RGB value is (64,46,70). Sum of RGB (Red+Green+Blue) = 64+46+70=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #402E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E46 is #BFD1B9. Grayscale: #363636. Windows color (decimal): -12571066 or 4599360. OLE color: 4599360.

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

Color convert

RGB 64 46 70 -
CMYK 0.09 0.34 0 0.73
HSL 285º 0.21% 0.23% -
HSV(B) 285º 0.34% 0.27% -
XYZ 4.2 3.49 6.25 -
YUV 54.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 64 46 70 0.09 0.34 0 0.73 285 0.21 0.23
Hex 40 2E 46 9 22 0 49 11D 15 17
Octal 100 56 106 11 42 0 111 435 25 27
Binary 1000000 101110 1000110 1001 100010 0 1001001 100011101 10101 10111

Color Harmonies of #402E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E46

Black with #402E46

Text Example


Text Example

White with #402E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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