Shades of Port Gore #474B66
Tints of Port Gore #474B66
RGB
CMYK
RGB Variations
Color information
#474B66 (or 0x474B66) is known color: Port Gore. HEX triplet: 47, 4B and 66. RGB value is (71,75,102). Sum of RGB (Red+Green+Blue) = 71+75+102=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #474B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B66 is #B8B499. Grayscale: #4C4C4C. Windows color (decimal): -12104858 or 6703943. OLE color: 6703943.
HSL color Cylindrical-coordinate representation of color #474B66: hue angle of 232.26º degrees, saturation: 0.18, 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 #474B66 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 75 | 102 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.6 |
| HSL | 232.26º | 0.18% | 0.34% | - |
| HSV(B) | 232.26º | 0.3% | 0.4% | - |
| XYZ | 7.51 | 7.33 | 13.59 | - |
| YUV | 76.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 102 | 0.30 | 0.26 | 0 | 0.6 | 232.26 | 0.18 | 0.34 |
| Hex | 47 | 4B | 66 | 1E | 1A | 0 | 3C | E8 | 12 | 22 |
| Octal | 107 | 113 | 146 | 36 | 32 | 0 | 74 | 350 | 22 | 42 |
| Binary | 1000111 | 1001011 | 1100110 | 11110 | 11010 | 0 | 111100 | 11101000 | 10010 | 100010 |
Color Harmonies of #474B66
Complementary color
Monochromatic Colors of #474B66
Black with #474B66
Text Example
Text Example
White with #474B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B66; }
p { color: rgb(71,75,102); }
H1.HeaderClassName
{
color: #474B66;
}
.AnyTagClassName
{
color: #474B66;
}
</style>
background-color css
<style>
a { background-color: #474B66; }
a { background-color: rgb(71,75,102); }
div.DivClassName
{
background-color: #474B66;
}
.BgClassName
{
background-color: #474B66;
}
</style>
border-color css
<style>
span { border-color: #474B66; }
span { border-color: rgb(71,75,102); }
td.TdClassName
{
border-color: #474B66;
}
.TagClassName
{
border-color: #474B66;
}
</style>