#40486B

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

Shades of Port Gore #40486B

Tints of Port Gore #40486B

Color information

#40486B (or 0x40486B) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 6B. RGB value is (64,72,107). Sum of RGB (Red+Green+Blue) = 64+72+107=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #40486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486B is #BFB794. Grayscale: #494949. Windows color (decimal): -12564373 or 7030848. OLE color: 7030848.

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

Color convert

RGB6472107-
CMYK0.400.3300.58
HSL228.84º25.15%33.53%-
HSV(B)228.84º40.19%41.96%-
XYZ7.096.7914.85-
YUV73.6146.85121.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=26.34%
G=29.63%
B=44.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64721070.400.3300.58228.8425.1533.53
Hex40486B282103Ae51922
Octal10011015350410723453142
Binary10000001001000110101110100010000101110101110010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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