Shades of Port Gore #474B62
Tints of Port Gore #474B62
RGB
CMYK
RGB Variations
Color information
#474B62 (or 0x474B62) is known color: Port Gore. HEX triplet: 47, 4B and 62. RGB value is (71,75,98). Sum of RGB (Red+Green+Blue) = 71+75+98=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #474B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B62 is #B8B49D. Grayscale: #4C4C4C. Windows color (decimal): -12104862 or 6441799. OLE color: 6441799.
HSL color Cylindrical-coordinate representation of color #474B62: hue angle of 231.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474B62 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 75 | 98 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.62 |
| HSL | 231.11º | 0.16% | 0.33% | - |
| HSV(B) | 231.11º | 0.28% | 0.38% | - |
| XYZ | 7.32 | 7.25 | 12.57 | - |
| YUV | 76.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 98 | 0.28 | 0.23 | 0 | 0.62 | 231.11 | 0.16 | 0.33 |
| Hex | 47 | 4B | 62 | 1C | 17 | 0 | 3E | E7 | 10 | 21 |
| Octal | 107 | 113 | 142 | 34 | 27 | 0 | 76 | 347 | 20 | 41 |
| Binary | 1000111 | 1001011 | 1100010 | 11100 | 10111 | 0 | 111110 | 11100111 | 10000 | 100001 |
Color Harmonies of #474B62
Complementary color
Monochromatic Colors of #474B62
Black with #474B62
Text Example
Text Example
White with #474B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B62; }
p { color: rgb(71,75,98); }
H1.HeaderClassName
{
color: #474B62;
}
.AnyTagClassName
{
color: #474B62;
}
</style>
background-color css
<style>
a { background-color: #474B62; }
a { background-color: rgb(71,75,98); }
div.DivClassName
{
background-color: #474B62;
}
.BgClassName
{
background-color: #474B62;
}
</style>
border-color css
<style>
span { border-color: #474B62; }
span { border-color: rgb(71,75,98); }
td.TdClassName
{
border-color: #474B62;
}
.TagClassName
{
border-color: #474B62;
}
</style>