Shades of Port Gore #474B68
Tints of Port Gore #474B68
RGB
CMYK
RGB Variations
Color information
#474B68 (or 0x474B68) is known color: Port Gore. HEX triplet: 47, 4B and 68. RGB value is (71,75,104). Sum of RGB (Red+Green+Blue) = 71+75+104=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #474B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B68 is #B8B497. Grayscale: #4C4C4C. Windows color (decimal): -12104856 or 6835015. OLE color: 6835015.
HSL color Cylindrical-coordinate representation of color #474B68: hue angle of 232.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474B68 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 75 | 104 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.59 |
| HSL | 232.73º | 0.19% | 0.34% | - |
| HSV(B) | 232.73º | 0.32% | 0.41% | - |
| XYZ | 7.61 | 7.37 | 14.12 | - |
| YUV | 77.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 104 | 0.32 | 0.28 | 0 | 0.59 | 232.73 | 0.19 | 0.34 |
| Hex | 47 | 4B | 68 | 20 | 1C | 0 | 3B | E9 | 13 | 22 |
| Octal | 107 | 113 | 150 | 40 | 34 | 0 | 73 | 351 | 23 | 42 |
| Binary | 1000111 | 1001011 | 1101000 | 100000 | 11100 | 0 | 111011 | 11101001 | 10011 | 100010 |
Color Harmonies of #474B68
Complementary color
Monochromatic Colors of #474B68
Black with #474B68
Text Example
Text Example
White with #474B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B68; }
p { color: rgb(71,75,104); }
H1.HeaderClassName
{
color: #474B68;
}
.AnyTagClassName
{
color: #474B68;
}
</style>
background-color css
<style>
a { background-color: #474B68; }
a { background-color: rgb(71,75,104); }
div.DivClassName
{
background-color: #474B68;
}
.BgClassName
{
background-color: #474B68;
}
</style>
border-color css
<style>
span { border-color: #474B68; }
span { border-color: rgb(71,75,104); }
td.TdClassName
{
border-color: #474B68;
}
.TagClassName
{
border-color: #474B68;
}
</style>