Shades of Port Gore #454A60
Tints of Port Gore #454A60
RGB
CMYK
RGB Variations
Color information
#454A60 (or 0x454A60) is known color: Port Gore. HEX triplet: 45, 4A and 60. RGB value is (69,74,96). Sum of RGB (Red+Green+Blue) = 69+74+96=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #454A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A60 is #BAB59F. Grayscale: #4A4A4A. Windows color (decimal): -12236192 or 6310469. OLE color: 6310469.
HSL color Cylindrical-coordinate representation of color #454A60: hue angle of 228.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #454A60 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 74 | 96 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.62 |
| HSL | 228.89º | 0.16% | 0.32% | - |
| HSV(B) | 228.89º | 0.28% | 0.38% | - |
| XYZ | 7.01 | 7.01 | 12.05 | - |
| YUV | 75.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 96 | 0.28 | 0.23 | 0 | 0.62 | 228.89 | 0.16 | 0.32 |
| Hex | 45 | 4A | 60 | 1C | 17 | 0 | 3E | E5 | 10 | 20 |
| Octal | 105 | 112 | 140 | 34 | 27 | 0 | 76 | 345 | 20 | 40 |
| Binary | 1000101 | 1001010 | 1100000 | 11100 | 10111 | 0 | 111110 | 11100101 | 10000 | 100000 |
Color Harmonies of #454A60
Complementary color
Monochromatic Colors of #454A60
Black with #454A60
Text Example
Text Example
White with #454A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A60; }
p { color: rgb(69,74,96); }
H1.HeaderClassName
{
color: #454A60;
}
.AnyTagClassName
{
color: #454A60;
}
</style>
background-color css
<style>
a { background-color: #454A60; }
a { background-color: rgb(69,74,96); }
div.DivClassName
{
background-color: #454A60;
}
.BgClassName
{
background-color: #454A60;
}
</style>
border-color css
<style>
span { border-color: #454A60; }
span { border-color: rgb(69,74,96); }
td.TdClassName
{
border-color: #454A60;
}
.TagClassName
{
border-color: #454A60;
}
</style>