Shades of Governor Bay #484DA1
Tints of Governor Bay #484DA1
RGB
CMYK
RGB Variations
Color information
#484DA1 (or 0x484DA1) is known color: Governor Bay. HEX triplet: 48, 4D and A1. RGB value is (72,77,161). Sum of RGB (Red+Green+Blue) = 72+77+161=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #484DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DA1 is #B7B25E. Grayscale: #545454. Windows color (decimal): -12038751 or 10571080. OLE color: 10571080.
HSL color Cylindrical-coordinate representation of color #484DA1: hue angle of 236.63º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484DA1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 77 | 161 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.37 |
| HSL | 236.63º | 0.38% | 0.46% | - |
| HSV(B) | 236.63º | 0.55% | 0.63% | - |
| XYZ | 11.76 | 9.26 | 34.89 | - |
| YUV | 85.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 161 | 0.55 | 0.52 | 0 | 0.37 | 236.63 | 0.38 | 0.46 |
| Hex | 48 | 4D | A1 | 37 | 34 | 0 | 25 | ED | 26 | 2E |
| Octal | 110 | 115 | 241 | 67 | 64 | 0 | 45 | 355 | 46 | 56 |
| Binary | 1001000 | 1001101 | 10100001 | 110111 | 110100 | 0 | 100101 | 11101101 | 100110 | 101110 |
Color Harmonies of #484DA1
Complementary color
Monochromatic Colors of #484DA1
Black with #484DA1
Text Example
Text Example
White with #484DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DA1; }
p { color: rgb(72,77,161); }
H1.HeaderClassName
{
color: #484DA1;
}
.AnyTagClassName
{
color: #484DA1;
}
</style>
background-color css
<style>
a { background-color: #484DA1; }
a { background-color: rgb(72,77,161); }
div.DivClassName
{
background-color: #484DA1;
}
.BgClassName
{
background-color: #484DA1;
}
</style>
border-color css
<style>
span { border-color: #484DA1; }
span { border-color: rgb(72,77,161); }
td.TdClassName
{
border-color: #484DA1;
}
.TagClassName
{
border-color: #484DA1;
}
</style>