#404973

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

Shades of Port Gore #404973

Tints of Port Gore #404973

Color information

#404973 (or 0x404973) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 73. RGB value is (64,73,115). Sum of RGB (Red+Green+Blue) = 64+73+115=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #404973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404973 is #BFB68C. Grayscale: #4A4A4A. Windows color (decimal): -12564109 or 7555392. OLE color: 7555392.

HSL color Cylindrical-coordinate representation of color #404973: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404973 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6473115-
CMYK0.440.3700.55
HSL229.41º28.49%35.1%-
HSV(B)229.41º44.35%45.1%-
XYZ7.597.0917.19-
YUV75.1150.52120.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=25.40%
G=28.97%
B=45.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64731150.440.3700.55229.4128.4935.1
Hex4049732C25037e51c23
Octal10011116354450673453443
Binary10000001001001111001110110010010101101111110010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404973; }

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

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

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

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

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

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

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

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