#40496A

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

Shades of Port Gore #40496A

Tints of Port Gore #40496A

Color information

#40496A (or 0x40496A) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 6A. RGB value is (64,73,106). Sum of RGB (Red+Green+Blue) = 64+73+106=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #40496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496A is #BFB695. Grayscale: #494949. Windows color (decimal): -12564118 or 6965568. OLE color: 6965568.

HSL color Cylindrical-coordinate representation of color #40496A: hue angle of 227.14º 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 #40496A is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6473106-
CMYK0.400.3100.58
HSL227.14º24.71%33.33%-
HSV(B)227.14º39.62%41.57%-
XYZ7.16.914.59-
YUV74.07146.02120.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=26.34%
G=30.04%
B=43.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64731060.400.3100.58227.1424.7133.33
Hex40496A281F03Ae31921
Octal10011115250370723433141
Binary1000000100100111010101010001111101110101110001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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