#404568

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

Shades of Port Gore #404568

Tints of Port Gore #404568

Color information

#404568 (or 0x404568) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 68. RGB value is (64,69,104). Sum of RGB (Red+Green+Blue) = 64+69+104=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #404568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404568 is #BFBA97. Grayscale: #474747. Windows color (decimal): -12565144 or 6833472. OLE color: 6833472.

HSL color Cylindrical-coordinate representation of color #404568: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404568 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6469104-
CMYK0.380.3400.59
HSL232.5º23.81%32.94%-
HSV(B)232.5º38.46%40.78%-
XYZ6.746.3513.97-
YUV71.49146.34122.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=27.00%
G=29.11%
B=43.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64691040.380.3400.59232.523.8132.94
Hex404568262203Be81821
Octal10010515046420733503041
Binary10000001000101110100010011010001001110111110100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404568; }

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

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

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

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

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

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

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

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