Shades of Governor Bay #484AAA
Tints of Governor Bay #484AAA
RGB
CMYK
RGB Variations
Color information
#484AAA (or 0x484AAA) is known color: Governor Bay. HEX triplet: 48, 4A and AA. RGB value is (72,74,170). Sum of RGB (Red+Green+Blue) = 72+74+170=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #484AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAA is #B7B555. Grayscale: #535353. Windows color (decimal): -12039510 or 11160136. OLE color: 11160136.
HSL color Cylindrical-coordinate representation of color #484AAA: hue angle of 238.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484AAA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 74 | 170 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.33 |
| HSL | 238.78º | 0.4% | 0.47% | - |
| HSV(B) | 238.78º | 0.58% | 0.67% | - |
| XYZ | 12.38 | 9.18 | 39.15 | - |
| YUV | 84.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 170 | 0.58 | 0.56 | 0 | 0.33 | 238.78 | 0.4 | 0.47 |
| Hex | 48 | 4A | AA | 3A | 38 | 0 | 21 | EF | 28 | 2F |
| Octal | 110 | 112 | 252 | 72 | 70 | 0 | 41 | 357 | 50 | 57 |
| Binary | 1001000 | 1001010 | 10101010 | 111010 | 111000 | 0 | 100001 | 11101111 | 101000 | 101111 |
Color Harmonies of #484AAA
Complementary color
Monochromatic Colors of #484AAA
Black with #484AAA
Text Example
Text Example
White with #484AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AAA; }
p { color: rgb(72,74,170); }
H1.HeaderClassName
{
color: #484AAA;
}
.AnyTagClassName
{
color: #484AAA;
}
</style>
background-color css
<style>
a { background-color: #484AAA; }
a { background-color: rgb(72,74,170); }
div.DivClassName
{
background-color: #484AAA;
}
.BgClassName
{
background-color: #484AAA;
}
</style>
border-color css
<style>
span { border-color: #484AAA; }
span { border-color: rgb(72,74,170); }
td.TdClassName
{
border-color: #484AAA;
}
.TagClassName
{
border-color: #484AAA;
}
</style>