#40456D

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

Shades of Port Gore #40456D

Tints of Port Gore #40456D

Color information

#40456D (or 0x40456D) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 6D. RGB value is (64,69,109). Sum of RGB (Red+Green+Blue) = 64+69+109=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #40456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40456D is #BFBA92. Grayscale: #474747. Windows color (decimal): -12565139 or 7161152. OLE color: 7161152.

HSL color Cylindrical-coordinate representation of color #40456D: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40456D is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6469109-
CMYK0.410.3700.57
HSL233.33º26.01%33.92%-
HSV(B)233.33º41.28%42.75%-
XYZ76.4515.34-
YUV72.06148.84122.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=26.45%
G=28.51%
B=45.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64691090.410.3700.57233.3326.0133.92
Hex40456D2925039e91a22
Octal10010515551450713513242
Binary10000001000101110110110100110010101110011110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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