Html Css Color HEX #404476 Jacksons Purple

📋 copy color: '#404476'

red 64 ◦ green 68 ◦ blue 118

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

Shades of Jacksons Purple #404476

Tints of Jacksons Purple #404476

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 value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404476 (or 0x404476) is known color: 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

RGB 64 68 118 -
CMYK 0.46 0.42 0 0.54
HSL 235.56º 0.3% 0.36% -
HSV(B) 235.56º 0.46% 0.46% -
XYZ 7.45 6.53 18.01 -
YUV 72.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 64 68 118 0.46 0.42 0 0.54 235.56 0.3 0.36
Hex 40 44 76 2E 2A 0 36 EC 1E 24
Octal 100 104 166 56 52 0 66 354 36 44
Binary 1000000 1000100 1110110 101110 101010 0 110110 11101100 11110 100100

Color Harmonies of #404476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404476

Black with #404476

Text Example


Text Example

White with #404476

Text Example


Text Example

HTML Codes & Css Web 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>