Shades of Governor Bay #484DAB
Tints of Governor Bay #484DAB
RGB
CMYK
RGB Variations
Color information
#484DAB (or 0x484DAB) is known color: Governor Bay. HEX triplet: 48, 4D and AB. RGB value is (72,77,171). Sum of RGB (Red+Green+Blue) = 72+77+171=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #484DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DAB is #B7B254. Grayscale: #555555. Windows color (decimal): -12038741 or 11226440. OLE color: 11226440.
HSL color Cylindrical-coordinate representation of color #484DAB: hue angle of 236.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484DAB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 77 | 171 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.33 |
| HSL | 236.97º | 0.41% | 0.48% | - |
| HSV(B) | 236.97º | 0.58% | 0.67% | - |
| XYZ | 12.68 | 9.63 | 39.72 | - |
| YUV | 86.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 171 | 0.58 | 0.55 | 0 | 0.33 | 236.97 | 0.41 | 0.48 |
| Hex | 48 | 4D | AB | 3A | 37 | 0 | 21 | ED | 29 | 30 |
| Octal | 110 | 115 | 253 | 72 | 67 | 0 | 41 | 355 | 51 | 60 |
| Binary | 1001000 | 1001101 | 10101011 | 111010 | 110111 | 0 | 100001 | 11101101 | 101001 | 110000 |
Color Harmonies of #484DAB
Complementary color
Monochromatic Colors of #484DAB
Black with #484DAB
Text Example
Text Example
White with #484DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DAB; }
p { color: rgb(72,77,171); }
H1.HeaderClassName
{
color: #484DAB;
}
.AnyTagClassName
{
color: #484DAB;
}
</style>
background-color css
<style>
a { background-color: #484DAB; }
a { background-color: rgb(72,77,171); }
div.DivClassName
{
background-color: #484DAB;
}
.BgClassName
{
background-color: #484DAB;
}
</style>
border-color css
<style>
span { border-color: #484DAB; }
span { border-color: rgb(72,77,171); }
td.TdClassName
{
border-color: #484DAB;
}
.TagClassName
{
border-color: #484DAB;
}
</style>