Shades of Port Gore #454962
Tints of Port Gore #454962
RGB
CMYK
RGB Variations
Color information
#454962 (or 0x454962) is known color: Port Gore. HEX triplet: 45, 49 and 62. RGB value is (69,73,98). Sum of RGB (Red+Green+Blue) = 69+73+98=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #454962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454962 is #BAB69D. Grayscale: #4A4A4A. Windows color (decimal): -12236446 or 6441285. OLE color: 6441285.
HSL color Cylindrical-coordinate representation of color #454962: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454962 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 73 | 98 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.62 |
| HSL | 231.72º | 0.17% | 0.33% | - |
| HSV(B) | 231.72º | 0.3% | 0.38% | - |
| XYZ | 7.04 | 6.91 | 12.52 | - |
| YUV | 74.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 98 | 0.30 | 0.26 | 0 | 0.62 | 231.72 | 0.17 | 0.33 |
| Hex | 45 | 49 | 62 | 1E | 1A | 0 | 3E | E8 | 11 | 21 |
| Octal | 105 | 111 | 142 | 36 | 32 | 0 | 76 | 350 | 21 | 41 |
| Binary | 1000101 | 1001001 | 1100010 | 11110 | 11010 | 0 | 111110 | 11101000 | 10001 | 100001 |
Color Harmonies of #454962
Complementary color
Monochromatic Colors of #454962
Black with #454962
Text Example
Text Example
White with #454962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454962; }
p { color: rgb(69,73,98); }
H1.HeaderClassName
{
color: #454962;
}
.AnyTagClassName
{
color: #454962;
}
</style>
background-color css
<style>
a { background-color: #454962; }
a { background-color: rgb(69,73,98); }
div.DivClassName
{
background-color: #454962;
}
.BgClassName
{
background-color: #454962;
}
</style>
border-color css
<style>
span { border-color: #454962; }
span { border-color: rgb(69,73,98); }
td.TdClassName
{
border-color: #454962;
}
.TagClassName
{
border-color: #454962;
}
</style>