#40455F

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

Shades of Port Gore #40455F

Tints of Port Gore #40455F

Color information

#40455F (or 0x40455F) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 5F. RGB value is (64,69,95). Sum of RGB (Red+Green+Blue) = 64+69+95=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #40455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40455F is #BFBAA0. Grayscale: #464646. Windows color (decimal): -12565153 or 6243648. OLE color: 6243648.

HSL color Cylindrical-coordinate representation of color #40455F: hue angle of 230.32º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40455F is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB646995-
CMYK0.330.2700.63
HSL230.32º19.5%31.18%-
HSV(B)230.32º32.63%37.25%-
XYZ6.316.1711.69-
YUV70.47141.84123.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=28.07%
G=30.26%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6469950.330.2700.63230.3219.531.18
Hex40455F211B03Fe6131f
Octal10010513741330773462337
Binary100000010001011011111100001110110111111111001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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