#404769

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

Shades of Port Gore #404769

Tints of Port Gore #404769

Color information

#404769 (or 0x404769) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 69. RGB value is (64,71,105). Sum of RGB (Red+Green+Blue) = 64+71+105=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #404769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404769 is #BFB896. Grayscale: #484848. Windows color (decimal): -12564631 or 6899520. OLE color: 6899520.

HSL color Cylindrical-coordinate representation of color #404769: hue angle of 229.76º 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 #404769 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6471105-
CMYK0.390.3200.59
HSL229.76º24.26%33.14%-
HSV(B)229.76º39.05%41.18%-
XYZ6.926.6214.28-
YUV72.78146.18121.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=26.67%
G=29.58%
B=43.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64711050.390.3200.59229.7624.2633.14
Hex404769272003Be61821
Octal10010715147400733463041
Binary10000001000111110100110011110000001110111110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404769; }

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

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

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

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

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

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

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

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