Shades of Port Gore #474B64
Tints of Port Gore #474B64
RGB
CMYK
RGB Variations
Color information
#474B64 (or 0x474B64) is known color: Port Gore. HEX triplet: 47, 4B and 64. RGB value is (71,75,100). Sum of RGB (Red+Green+Blue) = 71+75+100=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #474B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B64 is #B8B49B. Grayscale: #4C4C4C. Windows color (decimal): -12104860 or 6572871. OLE color: 6572871.
HSL color Cylindrical-coordinate representation of color #474B64: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474B64 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 75 | 100 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.61 |
| HSL | 231.72º | 0.17% | 0.34% | - |
| HSV(B) | 231.72º | 0.29% | 0.39% | - |
| XYZ | 7.41 | 7.29 | 13.07 | - |
| YUV | 76.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 100 | 0.29 | 0.25 | 0 | 0.61 | 231.72 | 0.17 | 0.34 |
| Hex | 47 | 4B | 64 | 1D | 19 | 0 | 3D | E8 | 11 | 22 |
| Octal | 107 | 113 | 144 | 35 | 31 | 0 | 75 | 350 | 21 | 42 |
| Binary | 1000111 | 1001011 | 1100100 | 11101 | 11001 | 0 | 111101 | 11101000 | 10001 | 100010 |
Color Harmonies of #474B64
Complementary color
Monochromatic Colors of #474B64
Black with #474B64
Text Example
Text Example
White with #474B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B64; }
p { color: rgb(71,75,100); }
H1.HeaderClassName
{
color: #474B64;
}
.AnyTagClassName
{
color: #474B64;
}
</style>
background-color css
<style>
a { background-color: #474B64; }
a { background-color: rgb(71,75,100); }
div.DivClassName
{
background-color: #474B64;
}
.BgClassName
{
background-color: #474B64;
}
</style>
border-color css
<style>
span { border-color: #474B64; }
span { border-color: rgb(71,75,100); }
td.TdClassName
{
border-color: #474B64;
}
.TagClassName
{
border-color: #474B64;
}
</style>