#40466F

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

Shades of Port Gore #40466F

Tints of Port Gore #40466F

Color information

#40466F (or 0x40466F) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 6F. RGB value is (64,70,111). Sum of RGB (Red+Green+Blue) = 64+70+111=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #40466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40466F is #BFB990. Grayscale: #484848. Windows color (decimal): -12564881 or 7292480. OLE color: 7292480.

HSL color Cylindrical-coordinate representation of color #40466F: hue angle of 232.34º 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 #40466F is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6470111-
CMYK0.420.3700.56
HSL232.34º26.86%34.31%-
HSV(B)232.34º42.34%43.53%-
XYZ7.176.6215.94-
YUV72.88149.51121.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=26.12%
G=28.57%
B=45.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64701110.420.3700.56232.3426.8634.31
Hex40466F2A25038e81b22
Octal10010615752450703503342
Binary10000001000110110111110101010010101110001110100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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