#404363

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

Shades of Port Gore #404363

Tints of Port Gore #404363

Color information

#404363 (or 0x404363) is unknown color: approx Port Gore. HEX triplet: 40, 43 and 63. RGB value is (64,67,99). Sum of RGB (Red+Green+Blue) = 64+67+99=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #404363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404363 is #BFBC9C. Grayscale: #454545. Windows color (decimal): -12565661 or 6505280. OLE color: 6505280.

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

Color convert

RGB646799-
CMYK0.350.3200.61
HSL234.86º21.47%31.96%-
HSV(B)234.86º35.35%38.82%-
XYZ6.376.0112.63-
YUV69.75144.51123.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=27.83%
G=29.13%
B=43.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6467990.350.3200.61234.8621.4731.96
Hex404363232003Deb1520
Octal10010314343400753532540
Binary10000001000011110001110001110000001111011110101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404363; }

 p { color: rgb(64,67,99); }

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

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

 a { background-color: rgb(64,67,99); }

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

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

 span { border-color: rgb(64,67,99); }

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