#404676

Color #404676 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #404676

Tints of Jacksons Purple #404676

Color information

#404676 (or 0x404676) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 76. RGB value is (64,70,118). Sum of RGB (Red+Green+Blue) = 64+70+118=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #404676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404676 is #BFB989. Grayscale: #494949. Windows color (decimal): -12564874 or 7751232. OLE color: 7751232.

HSL color Cylindrical-coordinate representation of color #404676: hue angle of 233.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404676 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6470118-
CMYK0.460.4100.54
HSL233.33º29.67%35.69%-
HSV(B)233.33º45.76%46.27%-
XYZ7.576.7818.05-
YUV73.68153.01121.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=25.40%
G=27.78%
B=46.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64701180.460.4100.54233.3329.6735.69
Hex4046762E29036e91e24
Octal10010616656510663513644
Binary10000001000110111011010111010100101101101110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404676; }

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

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

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

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

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

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

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

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