Shades of Port Gore #474A60
Tints of Port Gore #474A60
RGB
CMYK
RGB Variations
Color information
#474A60 (or 0x474A60) is known color: Port Gore. HEX triplet: 47, 4A and 60. RGB value is (71,74,96). Sum of RGB (Red+Green+Blue) = 71+74+96=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #474A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A60 is #B8B59F. Grayscale: #4B4B4B. Windows color (decimal): -12105120 or 6310471. OLE color: 6310471.
HSL color Cylindrical-coordinate representation of color #474A60: hue angle of 232.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474A60 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 74 | 96 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.62 |
| HSL | 232.8º | 0.15% | 0.33% | - |
| HSV(B) | 232.8º | 0.26% | 0.38% | - |
| XYZ | 7.16 | 7.08 | 12.06 | - |
| YUV | 75.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 96 | 0.26 | 0.23 | 0 | 0.62 | 232.8 | 0.15 | 0.33 |
| Hex | 47 | 4A | 60 | 1A | 17 | 0 | 3E | E9 | F | 21 |
| Octal | 107 | 112 | 140 | 32 | 27 | 0 | 76 | 351 | 17 | 41 |
| Binary | 1000111 | 1001010 | 1100000 | 11010 | 10111 | 0 | 111110 | 11101001 | 1111 | 100001 |
Color Harmonies of #474A60
Complementary color
Monochromatic Colors of #474A60
Black with #474A60
Text Example
Text Example
White with #474A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A60; }
p { color: rgb(71,74,96); }
H1.HeaderClassName
{
color: #474A60;
}
.AnyTagClassName
{
color: #474A60;
}
</style>
background-color css
<style>
a { background-color: #474A60; }
a { background-color: rgb(71,74,96); }
div.DivClassName
{
background-color: #474A60;
}
.BgClassName
{
background-color: #474A60;
}
</style>
border-color css
<style>
span { border-color: #474A60; }
span { border-color: rgb(71,74,96); }
td.TdClassName
{
border-color: #474A60;
}
.TagClassName
{
border-color: #474A60;
}
</style>