#404476

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

Shades of Jacksons Purple #404476

Tints of Jacksons Purple #404476

Color information

#404476 (or 0x404476) is unknown color: approx Jacksons Purple. HEX triplet: 40, 44 and 76. RGB value is (64,68,118). Sum of RGB (Red+Green+Blue) = 64+68+118=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #404476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404476 is #BFBB89. Grayscale: #484848. Windows color (decimal): -12565386 or 7750720. OLE color: 7750720.

HSL color Cylindrical-coordinate representation of color #404476: hue angle of 235.56º 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 #404476 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6468118-
CMYK0.460.4200.54
HSL235.56º29.67%35.69%-
HSV(B)235.56º45.76%46.27%-
XYZ7.456.5318.01-
YUV72.5153.67121.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=25.6%
G=27.2%
B=47.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64681180.460.4200.54235.5629.6735.69
Hex4044762E2A036ec1e24
Octal10010416656520663543644
Binary10000001000100111011010111010101001101101110110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404476; }

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

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

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

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

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

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

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

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