#404872

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

Shades of Port Gore #404872

Tints of Port Gore #404872

Color information

#404872 (or 0x404872) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 72. RGB value is (64,72,114). Sum of RGB (Red+Green+Blue) = 64+72+114=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #404872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404872 is #BFB78D. Grayscale: #4A4A4A. Windows color (decimal): -12564366 or 7489600. OLE color: 7489600.

HSL color Cylindrical-coordinate representation of color #404872: hue angle of 230.4º 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 #404872 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6472114-
CMYK0.440.3700.55
HSL230.4º28.09%34.9%-
HSV(B)230.4º43.86%44.71%-
XYZ7.476.9416.87-
YUV74.4150.35120.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=25.6%
G=28.8%
B=45.6%

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
Decimal64721140.440.3700.55230.428.0934.9
Hex4048722C25037e61c23
Octal10011016254450673463443
Binary10000001001000111001010110010010101101111110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404872; }

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

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

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

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

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

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

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

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