#404774

Color #404774 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #404774

Tints of Port Gore #404774

Color information

#404774 (or 0x404774) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 74. RGB value is (64,71,116). Sum of RGB (Red+Green+Blue) = 64+71+116=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #404774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404774 is #BFB88B. Grayscale: #494949. Windows color (decimal): -12564620 or 7620416. OLE color: 7620416.

HSL color Cylindrical-coordinate representation of color #404774: hue angle of 231.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404774 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6471116-
CMYK0.450.3900.55
HSL231.92º28.89%35.29%-
HSV(B)231.92º44.83%45.49%-
XYZ7.526.8617.45-
YUV74.04151.68120.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=25.50%
G=28.29%
B=46.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64711160.450.3900.55231.9228.8935.29
Hex4047742D27037e81d23
Octal10010716455470673503543
Binary10000001000111111010010110110011101101111110100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404774; }

 p { color: rgb(64,71,116); }

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

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

 a { background-color: rgb(64,71,116); }

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

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

 span { border-color: rgb(64,71,116); }

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