#404866

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

Shades of Port Gore #404866

Tints of Port Gore #404866

Color information

#404866 (or 0x404866) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 66. RGB value is (64,72,102). Sum of RGB (Red+Green+Blue) = 64+72+102=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #404866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404866 is #BFB799. Grayscale: #484848. Windows color (decimal): -12564378 or 6703168. OLE color: 6703168.

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

Color convert

RGB6472102-
CMYK0.370.2900.6
HSL227.37º22.89%32.55%-
HSV(B)227.37º37.25%40%-
XYZ6.836.6813.5-
YUV73.03144.35121.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=26.89%
G=30.25%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64721020.370.2900.6227.3722.8932.55
Hex404866251D03Ce31721
Octal10011014645350743432741
Binary1000000100100011001101001011110101111001110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404866; }

 p { color: rgb(64,72,102); }

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

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

 a { background-color: rgb(64,72,102); }

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

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

 span { border-color: rgb(64,72,102); }

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