#404562

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

Shades of Port Gore #404562

Tints of Port Gore #404562

Color information

#404562 (or 0x404562) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 62. RGB value is (64,69,98). Sum of RGB (Red+Green+Blue) = 64+69+98=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #404562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404562 is #BFBA9D. Grayscale: #464646. Windows color (decimal): -12565150 or 6440256. OLE color: 6440256.

HSL color Cylindrical-coordinate representation of color #404562: hue angle of 231.18º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404562 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646998-
CMYK0.350.3000.62
HSL231.18º20.99%31.76%-
HSV(B)231.18º34.69%38.43%-
XYZ6.456.2312.42-
YUV70.81143.34123.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=27.71%
G=29.87%
B=42.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6469980.350.3000.62231.1820.9931.76
Hex404562231E03Ee71520
Octal10010514243360763472540
Binary1000000100010111000101000111111001111101110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404562; }

 p { color: rgb(64,69,98); }

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

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

 a { background-color: rgb(64,69,98); }

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

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

 span { border-color: rgb(64,69,98); }

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