#404669

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

Shades of Port Gore #404669

Tints of Port Gore #404669

Color information

#404669 (or 0x404669) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 69. RGB value is (64,70,105). Sum of RGB (Red+Green+Blue) = 64+70+105=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #404669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404669 is #BFB996. Grayscale: #484848. Windows color (decimal): -12564887 or 6899264. OLE color: 6899264.

HSL color Cylindrical-coordinate representation of color #404669: hue angle of 231.22º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404669 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6470105-
CMYK0.390.3300.59
HSL231.22º24.26%33.14%-
HSV(B)231.22º39.05%41.18%-
XYZ6.856.4914.26-
YUV72.2146.51122.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=26.78%
G=29.29%
B=43.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64701050.390.3300.59231.2224.2633.14
Hex404669272103Be71821
Octal10010615147410733473041
Binary10000001000110110100110011110000101110111110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404669; }

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

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

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

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

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

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

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

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