#402E4F

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

Shades of Jagger #402E4F

Tints of Jagger #402E4F

Color information

#402E4F (or 0x402E4F) is unknown color: approx Jagger. HEX triplet: 40, 2E and 4F. RGB value is (64,46,79). Sum of RGB (Red+Green+Blue) = 64+46+79=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #402E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E4F is #BFD1B0. Grayscale: #373737. Windows color (decimal): -12571057 or 5189184. OLE color: 5189184.

HSL color Cylindrical-coordinate representation of color #402E4F: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402E4F is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB644679-
CMYK0.190.4200.69
HSL272.73º26.4%24.51%-
HSV(B)272.73º41.77%30.98%-
XYZ4.53.617.86-
YUV55.14141.46134.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=33.86%
G=24.34%
B=41.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6446790.190.4200.69272.7326.424.51
Hex402E4F132A0451111a19
Octal10056117235201054213231
Binary1000000101110100111110011101010010001011000100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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