#402E4A

Color #402E4A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #402E4A

Tints of Jagger #402E4A

Color information

#402E4A (or 0x402E4A) is unknown color: approx Jagger. HEX triplet: 40, 2E and 4A. RGB value is (64,46,74). Sum of RGB (Red+Green+Blue) = 64+46+74=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #402E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E4A is #BFD1B5. Grayscale: #363636. Windows color (decimal): -12571062 or 4861504. OLE color: 4861504.

HSL color Cylindrical-coordinate representation of color #402E4A: hue angle of 278.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #402E4A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB644674-
CMYK0.140.3800.71
HSL278.57º23.33%23.53%-
HSV(B)278.57º37.84%29.02%-
XYZ4.333.546.93-
YUV54.57138.96134.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=34.78%
G=25%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6446740.140.3800.71278.5723.3323.53
Hex402E4AE260471171718
Octal10056112164601074272730
Binary100000010111010010101110100110010001111000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #402E4A;
 }
 .AnyTagClassName
 {
   color: #402E4A;
 }
</style>
background-color css

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

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

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

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

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

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