Shades of Governor Bay #484A93
Tints of Governor Bay #484A93
RGB
CMYK
RGB Variations
Color information
#484A93 (or 0x484A93) is known color: Governor Bay. HEX triplet: 48, 4A and 93. RGB value is (72,74,147). Sum of RGB (Red+Green+Blue) = 72+74+147=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #484A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A93 is #B7B56C. Grayscale: #515151. Windows color (decimal): -12039533 or 9652808. OLE color: 9652808.
HSL color Cylindrical-coordinate representation of color #484A93: hue angle of 238.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484A93 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 74 | 147 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.42 |
| HSL | 238.4º | 0.34% | 0.43% | - |
| HSV(B) | 238.4º | 0.51% | 0.58% | - |
| XYZ | 10.39 | 8.38 | 28.67 | - |
| YUV | 81.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 147 | 0.51 | 0.50 | 0 | 0.42 | 238.4 | 0.34 | 0.43 |
| Hex | 48 | 4A | 93 | 33 | 32 | 0 | 2A | EE | 22 | 2B |
| Octal | 110 | 112 | 223 | 63 | 62 | 0 | 52 | 356 | 42 | 53 |
| Binary | 1001000 | 1001010 | 10010011 | 110011 | 110010 | 0 | 101010 | 11101110 | 100010 | 101011 |
Color Harmonies of #484A93
Complementary color
Monochromatic Colors of #484A93
Black with #484A93
Text Example
Text Example
White with #484A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A93; }
p { color: rgb(72,74,147); }
H1.HeaderClassName
{
color: #484A93;
}
.AnyTagClassName
{
color: #484A93;
}
</style>
background-color css
<style>
a { background-color: #484A93; }
a { background-color: rgb(72,74,147); }
div.DivClassName
{
background-color: #484A93;
}
.BgClassName
{
background-color: #484A93;
}
</style>
border-color css
<style>
span { border-color: #484A93; }
span { border-color: rgb(72,74,147); }
td.TdClassName
{
border-color: #484A93;
}
.TagClassName
{
border-color: #484A93;
}
</style>