Shades of Port Gore #484B63
Tints of Port Gore #484B63
RGB
CMYK
RGB Variations
Color information
#484B63 (or 0x484B63) is known color: Port Gore. HEX triplet: 48, 4B and 63. RGB value is (72,75,99). Sum of RGB (Red+Green+Blue) = 72+75+99=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #484B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B63 is #B7B49C. Grayscale: #4C4C4C. Windows color (decimal): -12039325 or 6507336. OLE color: 6507336.
HSL color Cylindrical-coordinate representation of color #484B63: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484B63 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 75 | 99 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.61 |
| HSL | 233.33º | 0.16% | 0.34% | - |
| HSV(B) | 233.33º | 0.27% | 0.39% | - |
| XYZ | 7.44 | 7.31 | 12.82 | - |
| YUV | 76.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 99 | 0.27 | 0.24 | 0 | 0.61 | 233.33 | 0.16 | 0.34 |
| Hex | 48 | 4B | 63 | 1B | 18 | 0 | 3D | E9 | 10 | 22 |
| Octal | 110 | 113 | 143 | 33 | 30 | 0 | 75 | 351 | 20 | 42 |
| Binary | 1001000 | 1001011 | 1100011 | 11011 | 11000 | 0 | 111101 | 11101001 | 10000 | 100010 |
Color Harmonies of #484B63
Complementary color
Monochromatic Colors of #484B63
Black with #484B63
Text Example
Text Example
White with #484B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B63; }
p { color: rgb(72,75,99); }
H1.HeaderClassName
{
color: #484B63;
}
.AnyTagClassName
{
color: #484B63;
}
</style>
background-color css
<style>
a { background-color: #484B63; }
a { background-color: rgb(72,75,99); }
div.DivClassName
{
background-color: #484B63;
}
.BgClassName
{
background-color: #484B63;
}
</style>
border-color css
<style>
span { border-color: #484B63; }
span { border-color: rgb(72,75,99); }
td.TdClassName
{
border-color: #484B63;
}
.TagClassName
{
border-color: #484B63;
}
</style>