Shades of Governor Bay #484DA0
Tints of Governor Bay #484DA0
RGB
CMYK
RGB Variations
Color information
#484DA0 (or 0x484DA0) is known color: Governor Bay. HEX triplet: 48, 4D and A0. RGB value is (72,77,160). Sum of RGB (Red+Green+Blue) = 72+77+160=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #484DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DA0 is #B7B25F. Grayscale: #545454. Windows color (decimal): -12038752 or 10505544. OLE color: 10505544.
HSL color Cylindrical-coordinate representation of color #484DA0: hue angle of 236.59º 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 #484DA0 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 77 | 160 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.37 |
| HSL | 236.59º | 0.38% | 0.45% | - |
| HSV(B) | 236.59º | 0.55% | 0.63% | - |
| XYZ | 11.67 | 9.22 | 34.42 | - |
| YUV | 84.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 160 | 0.55 | 0.52 | 0 | 0.37 | 236.59 | 0.38 | 0.45 |
| Hex | 48 | 4D | A0 | 37 | 34 | 0 | 25 | ED | 26 | 2D |
| Octal | 110 | 115 | 240 | 67 | 64 | 0 | 45 | 355 | 46 | 55 |
| Binary | 1001000 | 1001101 | 10100000 | 110111 | 110100 | 0 | 100101 | 11101101 | 100110 | 101101 |
Color Harmonies of #484DA0
Complementary color
Monochromatic Colors of #484DA0
Black with #484DA0
Text Example
Text Example
White with #484DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DA0; }
p { color: rgb(72,77,160); }
H1.HeaderClassName
{
color: #484DA0;
}
.AnyTagClassName
{
color: #484DA0;
}
</style>
background-color css
<style>
a { background-color: #484DA0; }
a { background-color: rgb(72,77,160); }
div.DivClassName
{
background-color: #484DA0;
}
.BgClassName
{
background-color: #484DA0;
}
</style>
border-color css
<style>
span { border-color: #484DA0; }
span { border-color: rgb(72,77,160); }
td.TdClassName
{
border-color: #484DA0;
}
.TagClassName
{
border-color: #484DA0;
}
</style>