Shades of Port Gore #484B60
Tints of Port Gore #484B60
RGB
CMYK
RGB Variations
Color information
#484B60 (or 0x484B60) is known color: Port Gore. HEX triplet: 48, 4B and 60. RGB value is (72,75,96). Sum of RGB (Red+Green+Blue) = 72+75+96=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #484B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B60 is #B7B49F. Grayscale: #4C4C4C. Windows color (decimal): -12039328 or 6310728. OLE color: 6310728.
HSL color Cylindrical-coordinate representation of color #484B60: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484B60 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 75 | 96 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.62 |
| HSL | 232.5º | 0.14% | 0.33% | - |
| HSV(B) | 232.5º | 0.25% | 0.38% | - |
| XYZ | 7.3 | 7.25 | 12.08 | - |
| YUV | 76.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 96 | 0.25 | 0.22 | 0 | 0.62 | 232.5 | 0.14 | 0.33 |
| Hex | 48 | 4B | 60 | 19 | 16 | 0 | 3E | E8 | E | 21 |
| Octal | 110 | 113 | 140 | 31 | 26 | 0 | 76 | 350 | 16 | 41 |
| Binary | 1001000 | 1001011 | 1100000 | 11001 | 10110 | 0 | 111110 | 11101000 | 1110 | 100001 |
Color Harmonies of #484B60
Complementary color
Monochromatic Colors of #484B60
Black with #484B60
Text Example
Text Example
White with #484B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B60; }
p { color: rgb(72,75,96); }
H1.HeaderClassName
{
color: #484B60;
}
.AnyTagClassName
{
color: #484B60;
}
</style>
background-color css
<style>
a { background-color: #484B60; }
a { background-color: rgb(72,75,96); }
div.DivClassName
{
background-color: #484B60;
}
.BgClassName
{
background-color: #484B60;
}
</style>
border-color css
<style>
span { border-color: #484B60; }
span { border-color: rgb(72,75,96); }
td.TdClassName
{
border-color: #484B60;
}
.TagClassName
{
border-color: #484B60;
}
</style>