#40486C

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

Shades of Port Gore #40486C

Tints of Port Gore #40486C

Color information

#40486C (or 0x40486C) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 6C. RGB value is (64,72,108). Sum of RGB (Red+Green+Blue) = 64+72+108=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #40486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486C is #BFB793. Grayscale: #494949. Windows color (decimal): -12564372 or 7096384. OLE color: 7096384.

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

Color convert

RGB6472108-
CMYK0.410.3300.58
HSL229.09º25.58%33.73%-
HSV(B)229.09º40.74%42.35%-
XYZ7.146.8115.13-
YUV73.71147.35121.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=26.23%
G=29.51%
B=44.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64721080.410.3300.58229.0925.5833.73
Hex40486C292103Ae51a22
Octal10011015451410723453242
Binary10000001001000110110010100110000101110101110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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