#40486A

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

Shades of Port Gore #40486A

Tints of Port Gore #40486A

Color information

#40486A (or 0x40486A) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 6A. RGB value is (64,72,106). Sum of RGB (Red+Green+Blue) = 64+72+106=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #40486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486A is #BFB795. Grayscale: #494949. Windows color (decimal): -12564374 or 6965312. OLE color: 6965312.

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

Color convert

RGB6472106-
CMYK0.400.3200.58
HSL228.57º24.71%33.33%-
HSV(B)228.57º39.62%41.57%-
XYZ7.036.7714.57-
YUV73.48146.35121.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=26.45%
G=29.75%
B=43.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64721060.400.3200.58228.5724.7133.33
Hex40486A282003Ae51921
Octal10011015250400723453141
Binary10000001001000110101010100010000001110101110010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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