#40476E

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

Shades of Port Gore #40476E

Tints of Port Gore #40476E

Color information

#40476E (or 0x40476E) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 6E. RGB value is (64,71,110). Sum of RGB (Red+Green+Blue) = 64+71+110=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #40476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476E is #BFB891. Grayscale: #494949. Windows color (decimal): -12564626 or 7227200. OLE color: 7227200.

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

Color convert

RGB6471110-
CMYK0.420.3500.57
HSL230.87º26.44%34.12%-
HSV(B)230.87º41.82%43.14%-
XYZ7.186.7215.67-
YUV73.35148.68121.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=26.12%
G=28.98%
B=44.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64711100.420.3500.57230.8726.4434.12
Hex40476E2A23039e71a22
Octal10010715652430713473242
Binary10000001000111110111010101010001101110011110011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40476E; }

 p { color: rgb(64,71,110); }

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

<style>
 a { background-color: #40476E; }

 a { background-color: rgb(64,71,110); }

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

<style>
 span { border-color: #40476E; }

 span { border-color: rgb(64,71,110); }

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