Html Css Color HEX #404976 Port Gore

📋 copy color: '#404976'

red 64 ◦ green 73 ◦ blue 118

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

Shades of Port Gore #404976

Tints of Port Gore #404976

RGB

 RED value IS 64 (25.39% from 255) = 25.1%

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 25.1%
G = 28.63%
B = 46.27%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404976 (or 0x404976) is known color: Port Gore. HEX triplet: 40, 49 and 76. RGB value is (64,73,118). Sum of RGB (Red+Green+Blue) = 64+73+118=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #404976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404976 is #BFB689. Grayscale: #4B4B4B. Windows color (decimal): -12564106 or 7752000. OLE color: 7752000.

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

Color convert

RGB 64 73 118 -
CMYK 0.46 0.38 0 0.54
HSL 230º 0.3% 0.36% -
HSV(B) 230º 0.46% 0.46% -
XYZ 7.77 7.16 18.11 -
YUV 75.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 64 73 118 0.46 0.38 0 0.54 230 0.3 0.36
Hex 40 49 76 2E 26 0 36 E6 1E 24
Octal 100 111 166 56 46 0 66 346 36 44
Binary 1000000 1001001 1110110 101110 100110 0 110110 11100110 11110 100100

Color Harmonies of #404976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404976

Black with #404976

Text Example


Text Example

White with #404976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404976; }

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

 H1.HeaderClassName
 {
   color: #404976;
 }
 .AnyTagClassName
 {
   color: #404976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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