Shades of Port Gore #45485E
Tints of Port Gore #45485E
RGB
CMYK
RGB Variations
Color information
#45485E (or 0x45485E) is known color: Port Gore. HEX triplet: 45, 48 and 5E. RGB value is (69,72,94). Sum of RGB (Red+Green+Blue) = 69+72+94=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #45485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45485E is #BAB7A1. Grayscale: #494949. Windows color (decimal): -12236706 or 6178885. OLE color: 6178885.
HSL color Cylindrical-coordinate representation of color #45485E: hue angle of 232.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45485E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 72 | 94 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.63 |
| HSL | 232.8º | 0.15% | 0.32% | - |
| HSV(B) | 232.8º | 0.27% | 0.37% | - |
| XYZ | 6.79 | 6.71 | 11.53 | - |
| YUV | 73.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 94 | 0.27 | 0.23 | 0 | 0.63 | 232.8 | 0.15 | 0.32 |
| Hex | 45 | 48 | 5E | 1B | 17 | 0 | 3F | E9 | F | 20 |
| Octal | 105 | 110 | 136 | 33 | 27 | 0 | 77 | 351 | 17 | 40 |
| Binary | 1000101 | 1001000 | 1011110 | 11011 | 10111 | 0 | 111111 | 11101001 | 1111 | 100000 |
Color Harmonies of #45485E
Complementary color
Monochromatic Colors of #45485E
Black with #45485E
Text Example
Text Example
White with #45485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45485E; }
p { color: rgb(69,72,94); }
H1.HeaderClassName
{
color: #45485E;
}
.AnyTagClassName
{
color: #45485E;
}
</style>
background-color css
<style>
a { background-color: #45485E; }
a { background-color: rgb(69,72,94); }
div.DivClassName
{
background-color: #45485E;
}
.BgClassName
{
background-color: #45485E;
}
</style>
border-color css
<style>
span { border-color: #45485E; }
span { border-color: rgb(69,72,94); }
td.TdClassName
{
border-color: #45485E;
}
.TagClassName
{
border-color: #45485E;
}
</style>