Shades of Port Gore #474A64
Tints of Port Gore #474A64
RGB
CMYK
RGB Variations
Color information
#474A64 (or 0x474A64) is known color: Port Gore. HEX triplet: 47, 4A and 64. RGB value is (71,74,100). Sum of RGB (Red+Green+Blue) = 71+74+100=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 100 - color contains mainly: blue. Hex color #474A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A64 is #B8B59B. Grayscale: #4B4B4B. Windows color (decimal): -12105116 or 6572615. OLE color: 6572615.
HSL color Cylindrical-coordinate representation of color #474A64: hue angle of 233.79º 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 #474A64 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 74 | 100 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.61 |
| HSL | 233.79º | 0.17% | 0.34% | - |
| HSV(B) | 233.79º | 0.29% | 0.39% | - |
| XYZ | 7.35 | 7.16 | 13.05 | - |
| YUV | 76.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 100 | 0.29 | 0.26 | 0 | 0.61 | 233.79 | 0.17 | 0.34 |
| Hex | 47 | 4A | 64 | 1D | 1A | 0 | 3D | EA | 11 | 22 |
| Octal | 107 | 112 | 144 | 35 | 32 | 0 | 75 | 352 | 21 | 42 |
| Binary | 1000111 | 1001010 | 1100100 | 11101 | 11010 | 0 | 111101 | 11101010 | 10001 | 100010 |
Color Harmonies of #474A64
Complementary color
Monochromatic Colors of #474A64
Black with #474A64
Text Example
Text Example
White with #474A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A64; }
p { color: rgb(71,74,100); }
H1.HeaderClassName
{
color: #474A64;
}
.AnyTagClassName
{
color: #474A64;
}
</style>
background-color css
<style>
a { background-color: #474A64; }
a { background-color: rgb(71,74,100); }
div.DivClassName
{
background-color: #474A64;
}
.BgClassName
{
background-color: #474A64;
}
</style>
border-color css
<style>
span { border-color: #474A64; }
span { border-color: rgb(71,74,100); }
td.TdClassName
{
border-color: #474A64;
}
.TagClassName
{
border-color: #474A64;
}
</style>