#40456A

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

Shades of Port Gore #40456A

Tints of Port Gore #40456A

Color information

#40456A (or 0x40456A) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 6A. RGB value is (64,69,106). Sum of RGB (Red+Green+Blue) = 64+69+106=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #40456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40456A is #BFBA95. Grayscale: #474747. Windows color (decimal): -12565142 or 6964544. OLE color: 6964544.

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

Color convert

RGB6469106-
CMYK0.400.3500.58
HSL232.86º24.71%33.33%-
HSV(B)232.86º39.62%41.57%-
XYZ6.846.3914.51-
YUV71.72147.34122.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=26.78%
G=28.87%
B=44.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64691060.400.3500.58232.8624.7133.33
Hex40456A282303Ae91921
Octal10010515250430723513141
Binary10000001000101110101010100010001101110101110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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