Shades of Port Gore #474B65
Tints of Port Gore #474B65
RGB
CMYK
RGB Variations
Color information
#474B65 (or 0x474B65) is known color: Port Gore. HEX triplet: 47, 4B and 65. RGB value is (71,75,101). Sum of RGB (Red+Green+Blue) = 71+75+101=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #474B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B65 is #B8B49A. Grayscale: #4C4C4C. Windows color (decimal): -12104859 or 6638407. OLE color: 6638407.
HSL color Cylindrical-coordinate representation of color #474B65: hue angle of 232º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474B65 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 75 | 101 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.60 |
| HSL | 232º | 0.17% | 0.34% | - |
| HSV(B) | 232º | 0.3% | 0.4% | - |
| XYZ | 7.46 | 7.31 | 13.33 | - |
| YUV | 76.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 101 | 0.30 | 0.26 | 0 | 0.60 | 232 | 0.17 | 0.34 |
| Hex | 47 | 4B | 65 | 1E | 1A | 0 | 3C | E8 | 11 | 22 |
| Octal | 107 | 113 | 145 | 36 | 32 | 0 | 74 | 350 | 21 | 42 |
| Binary | 1000111 | 1001011 | 1100101 | 11110 | 11010 | 0 | 111100 | 11101000 | 10001 | 100010 |
Color Harmonies of #474B65
Complementary color
Monochromatic Colors of #474B65
Black with #474B65
Text Example
Text Example
White with #474B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B65; }
p { color: rgb(71,75,101); }
H1.HeaderClassName
{
color: #474B65;
}
.AnyTagClassName
{
color: #474B65;
}
</style>
background-color css
<style>
a { background-color: #474B65; }
a { background-color: rgb(71,75,101); }
div.DivClassName
{
background-color: #474B65;
}
.BgClassName
{
background-color: #474B65;
}
</style>
border-color css
<style>
span { border-color: #474B65; }
span { border-color: rgb(71,75,101); }
td.TdClassName
{
border-color: #474B65;
}
.TagClassName
{
border-color: #474B65;
}
</style>