Shades of Governor Bay #484DAC
Tints of Governor Bay #484DAC
RGB
CMYK
RGB Variations
Color information
#484DAC (or 0x484DAC) is known color: Governor Bay. HEX triplet: 48, 4D and AC. RGB value is (72,77,172). Sum of RGB (Red+Green+Blue) = 72+77+172=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #484DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DAC is #B7B253. Grayscale: #555555. Windows color (decimal): -12038740 or 11291976. OLE color: 11291976.
HSL color Cylindrical-coordinate representation of color #484DAC: hue angle of 237º 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 #484DAC is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 77 | 172 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.33 |
| HSL | 237º | 0.41% | 0.48% | - |
| HSV(B) | 237º | 0.58% | 0.67% | - |
| XYZ | 12.77 | 9.66 | 40.22 | - |
| YUV | 86.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 172 | 0.58 | 0.55 | 0 | 0.33 | 237 | 0.41 | 0.48 |
| Hex | 48 | 4D | AC | 3A | 37 | 0 | 21 | ED | 29 | 30 |
| Octal | 110 | 115 | 254 | 72 | 67 | 0 | 41 | 355 | 51 | 60 |
| Binary | 1001000 | 1001101 | 10101100 | 111010 | 110111 | 0 | 100001 | 11101101 | 101001 | 110000 |
Color Harmonies of #484DAC
Complementary color
Monochromatic Colors of #484DAC
Black with #484DAC
Text Example
Text Example
White with #484DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DAC; }
p { color: rgb(72,77,172); }
H1.HeaderClassName
{
color: #484DAC;
}
.AnyTagClassName
{
color: #484DAC;
}
</style>
background-color css
<style>
a { background-color: #484DAC; }
a { background-color: rgb(72,77,172); }
div.DivClassName
{
background-color: #484DAC;
}
.BgClassName
{
background-color: #484DAC;
}
</style>
border-color css
<style>
span { border-color: #484DAC; }
span { border-color: rgb(72,77,172); }
td.TdClassName
{
border-color: #484DAC;
}
.TagClassName
{
border-color: #484DAC;
}
</style>