Shades of Port Gore #46495F
Tints of Port Gore #46495F
RGB
CMYK
RGB Variations
Color information
#46495F (or 0x46495F) is known color: Port Gore. HEX triplet: 46, 49 and 5F. RGB value is (70,73,95). Sum of RGB (Red+Green+Blue) = 70+73+95=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #46495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495F is #B9B6A0. Grayscale: #4A4A4A. Windows color (decimal): -12170913 or 6244678. OLE color: 6244678.
HSL color Cylindrical-coordinate representation of color #46495F: 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.26%. Process color model (Four color, CMYK) of #46495F is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 73 | 95 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.63 |
| HSL | 232.8º | 0.15% | 0.32% | - |
| HSV(B) | 232.8º | 0.26% | 0.37% | - |
| XYZ | 6.97 | 6.89 | 11.79 | - |
| YUV | 74.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 95 | 0.26 | 0.23 | 0 | 0.63 | 232.8 | 0.15 | 0.32 |
| Hex | 46 | 49 | 5F | 1A | 17 | 0 | 3F | E9 | F | 20 |
| Octal | 106 | 111 | 137 | 32 | 27 | 0 | 77 | 351 | 17 | 40 |
| Binary | 1000110 | 1001001 | 1011111 | 11010 | 10111 | 0 | 111111 | 11101001 | 1111 | 100000 |
Color Harmonies of #46495F
Complementary color
Monochromatic Colors of #46495F
Black with #46495F
Text Example
Text Example
White with #46495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46495F; }
p { color: rgb(70,73,95); }
H1.HeaderClassName
{
color: #46495F;
}
.AnyTagClassName
{
color: #46495F;
}
</style>
background-color css
<style>
a { background-color: #46495F; }
a { background-color: rgb(70,73,95); }
div.DivClassName
{
background-color: #46495F;
}
.BgClassName
{
background-color: #46495F;
}
</style>
border-color css
<style>
span { border-color: #46495F; }
span { border-color: rgb(70,73,95); }
td.TdClassName
{
border-color: #46495F;
}
.TagClassName
{
border-color: #46495F;
}
</style>