#40456C

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

Shades of Port Gore #40456C

Tints of Port Gore #40456C

Color information

#40456C (or 0x40456C) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 6C. RGB value is (64,69,108). Sum of RGB (Red+Green+Blue) = 64+69+108=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #40456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40456C is #BFBA93. Grayscale: #474747. Windows color (decimal): -12565140 or 7095616. OLE color: 7095616.

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

Color convert

RGB6469108-
CMYK0.410.3600.58
HSL233.18º25.58%33.73%-
HSV(B)233.18º40.74%42.35%-
XYZ6.956.4315.06-
YUV71.95148.34122.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=26.56%
G=28.63%
B=44.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64691080.410.3600.58233.1825.5833.73
Hex40456C292403Ae91a22
Octal10010515451440723513242
Binary10000001000101110110010100110010001110101110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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