#40456F

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

Shades of Port Gore #40456F

Tints of Port Gore #40456F

Color information

#40456F (or 0x40456F) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 6F. RGB value is (64,69,111). Sum of RGB (Red+Green+Blue) = 64+69+111=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #40456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40456F is #BFBA90. Grayscale: #484848. Windows color (decimal): -12565137 or 7292224. OLE color: 7292224.

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

Color convert

RGB6469111-
CMYK0.420.3800.56
HSL233.62º26.86%34.31%-
HSV(B)233.62º42.34%43.53%-
XYZ7.116.4915.92-
YUV72.29149.84122.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=26.23%
G=28.28%
B=45.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64691110.420.3800.56233.6226.8634.31
Hex40456F2A26038ea1b22
Octal10010515752460703523342
Binary10000001000101110111110101010011001110001110101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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