#40496C

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

Shades of Port Gore #40496C

Tints of Port Gore #40496C

Color information

#40496C (or 0x40496C) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 6C. RGB value is (64,73,108). Sum of RGB (Red+Green+Blue) = 64+73+108=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #40496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496C is #BFB693. Grayscale: #4A4A4A. Windows color (decimal): -12564116 or 7096640. OLE color: 7096640.

HSL color Cylindrical-coordinate representation of color #40496C: hue angle of 227.73º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40496C is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6473108-
CMYK0.410.3200.58
HSL227.73º25.58%33.73%-
HSV(B)227.73º40.74%42.35%-
XYZ7.26.9415.15-
YUV74.3147.02120.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=26.12%
G=29.80%
B=44.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64731080.410.3200.58227.7325.5833.73
Hex40496C292003Ae41a22
Octal10011115451400723443242
Binary10000001001001110110010100110000001110101110010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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