#40456B

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

Shades of Port Gore #40456B

Tints of Port Gore #40456B

Color information

#40456B (or 0x40456B) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 6B. RGB value is (64,69,107). Sum of RGB (Red+Green+Blue) = 64+69+107=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #40456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40456B is #BFBA94. Grayscale: #474747. Windows color (decimal): -12565141 or 7030080. OLE color: 7030080.

HSL color Cylindrical-coordinate representation of color #40456B: hue angle of 233.02º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40456B is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6469107-
CMYK0.400.3600.58
HSL233.02º25.15%33.53%-
HSV(B)233.02º40.19%41.96%-
XYZ6.96.4114.78-
YUV71.84147.84122.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=26.67%
G=28.75%
B=44.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64691070.400.3600.58233.0225.1533.53
Hex40456B282403Ae91922
Octal10010515350440723513142
Binary10000001000101110101110100010010001110101110100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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