#404967

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

Shades of Port Gore #404967

Tints of Port Gore #404967

Color information

#404967 (or 0x404967) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 67. RGB value is (64,73,103). Sum of RGB (Red+Green+Blue) = 64+73+103=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #404967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404967 is #BFB698. Grayscale: #494949. Windows color (decimal): -12564121 or 6768960. OLE color: 6768960.

HSL color Cylindrical-coordinate representation of color #404967: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404967 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6473103-
CMYK0.380.2900.60
HSL226.15º23.35%32.75%-
HSV(B)226.15º37.86%40.39%-
XYZ6.956.8313.79-
YUV73.73144.52121.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=26.67%
G=30.42%
B=42.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64731030.380.2900.60226.1523.3532.75
Hex404967261D03Ce21721
Octal10011114746350743422741
Binary1000000100100111001111001101110101111001110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404967; }

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

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

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

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

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

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

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

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