Shades of Governor Bay #484BA0
Tints of Governor Bay #484BA0
RGB
CMYK
RGB Variations
Color information
#484BA0 (or 0x484BA0) is known color: Governor Bay. HEX triplet: 48, 4B and A0. RGB value is (72,75,160). Sum of RGB (Red+Green+Blue) = 72+75+160=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #484BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BA0 is #B7B45F. Grayscale: #535353. Windows color (decimal): -12039264 or 10505032. OLE color: 10505032.
HSL color Cylindrical-coordinate representation of color #484BA0: hue angle of 237.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484BA0 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 75 | 160 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.37 |
| HSL | 237.95º | 0.38% | 0.45% | - |
| HSV(B) | 237.95º | 0.55% | 0.63% | - |
| XYZ | 11.53 | 8.95 | 34.38 | - |
| YUV | 83.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 160 | 0.55 | 0.53 | 0 | 0.37 | 237.95 | 0.38 | 0.45 |
| Hex | 48 | 4B | A0 | 37 | 35 | 0 | 25 | EE | 26 | 2D |
| Octal | 110 | 113 | 240 | 67 | 65 | 0 | 45 | 356 | 46 | 55 |
| Binary | 1001000 | 1001011 | 10100000 | 110111 | 110101 | 0 | 100101 | 11101110 | 100110 | 101101 |
Color Harmonies of #484BA0
Complementary color
Monochromatic Colors of #484BA0
Black with #484BA0
Text Example
Text Example
White with #484BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BA0; }
p { color: rgb(72,75,160); }
H1.HeaderClassName
{
color: #484BA0;
}
.AnyTagClassName
{
color: #484BA0;
}
</style>
background-color css
<style>
a { background-color: #484BA0; }
a { background-color: rgb(72,75,160); }
div.DivClassName
{
background-color: #484BA0;
}
.BgClassName
{
background-color: #484BA0;
}
</style>
border-color css
<style>
span { border-color: #484BA0; }
span { border-color: rgb(72,75,160); }
td.TdClassName
{
border-color: #484BA0;
}
.TagClassName
{
border-color: #484BA0;
}
</style>