#40476F

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

Shades of Port Gore #40476F

Tints of Port Gore #40476F

Color information

#40476F (or 0x40476F) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 6F. RGB value is (64,71,111). Sum of RGB (Red+Green+Blue) = 64+71+111=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #40476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476F is #BFB890. Grayscale: #494949. Windows color (decimal): -12564625 or 7292736. OLE color: 7292736.

HSL color Cylindrical-coordinate representation of color #40476F: hue angle of 231.06º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40476F is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6471111-
CMYK0.420.3600.56
HSL231.06º26.86%34.31%-
HSV(B)231.06º42.34%43.53%-
XYZ7.246.7415.96-
YUV73.47149.18121.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 71 (28.12% from 255) = 28.86%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=26.02%
G=28.86%
B=45.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64711110.420.3600.56231.0626.8634.31
Hex40476F2A24038e71b22
Octal10010715752440703473342
Binary10000001000111110111110101010010001110001110011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40476F; }

 p { color: rgb(64,71,111); }

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

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

 a { background-color: rgb(64,71,111); }

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

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

 span { border-color: rgb(64,71,111); }

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