Shades of Governor Bay #484CAC
Tints of Governor Bay #484CAC
RGB
CMYK
RGB Variations
Color information
#484CAC (or 0x484CAC) is known color: Governor Bay. HEX triplet: 48, 4C and AC. RGB value is (72,76,172). Sum of RGB (Red+Green+Blue) = 72+76+172=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #484CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CAC is #B7B353. Grayscale: #555555. Windows color (decimal): -12038996 or 11291720. OLE color: 11291720.
HSL color Cylindrical-coordinate representation of color #484CAC: hue angle of 237.6º 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 #484CAC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 76 | 172 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.33 |
| HSL | 237.6º | 0.41% | 0.48% | - |
| HSV(B) | 237.6º | 0.58% | 0.67% | - |
| XYZ | 12.7 | 9.53 | 40.2 | - |
| YUV | 85.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 172 | 0.58 | 0.56 | 0 | 0.33 | 237.6 | 0.41 | 0.48 |
| Hex | 48 | 4C | AC | 3A | 38 | 0 | 21 | EE | 29 | 30 |
| Octal | 110 | 114 | 254 | 72 | 70 | 0 | 41 | 356 | 51 | 60 |
| Binary | 1001000 | 1001100 | 10101100 | 111010 | 111000 | 0 | 100001 | 11101110 | 101001 | 110000 |
Color Harmonies of #484CAC
Complementary color
Monochromatic Colors of #484CAC
Black with #484CAC
Text Example
Text Example
White with #484CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CAC; }
p { color: rgb(72,76,172); }
H1.HeaderClassName
{
color: #484CAC;
}
.AnyTagClassName
{
color: #484CAC;
}
</style>
background-color css
<style>
a { background-color: #484CAC; }
a { background-color: rgb(72,76,172); }
div.DivClassName
{
background-color: #484CAC;
}
.BgClassName
{
background-color: #484CAC;
}
</style>
border-color css
<style>
span { border-color: #484CAC; }
span { border-color: rgb(72,76,172); }
td.TdClassName
{
border-color: #484CAC;
}
.TagClassName
{
border-color: #484CAC;
}
</style>