#40465F

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

Shades of Port Gore #40465F

Tints of Port Gore #40465F

Color information

#40465F (or 0x40465F) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 5F. RGB value is (64,70,95). Sum of RGB (Red+Green+Blue) = 64+70+95=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #40465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465F is #BFB9A0. Grayscale: #464646. Windows color (decimal): -12564897 or 6243904. OLE color: 6243904.

HSL color Cylindrical-coordinate representation of color #40465F: hue angle of 228.39º 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 #40465F is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB647095-
CMYK0.330.2600.63
HSL228.39º19.5%31.18%-
HSV(B)228.39º32.63%37.25%-
XYZ6.376.311.71-
YUV71.06141.51122.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=27.95%
G=30.57%
B=41.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6470950.330.2600.63228.3919.531.18
Hex40465F211A03Fe4131f
Octal10010613741320773442337
Binary100000010001101011111100001110100111111111001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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