Shades of Governor Bay #484A95
Tints of Governor Bay #484A95
RGB
CMYK
RGB Variations
Color information
#484A95 (or 0x484A95) is known color: Governor Bay. HEX triplet: 48, 4A and 95. RGB value is (72,74,149). Sum of RGB (Red+Green+Blue) = 72+74+149=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #484A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A95 is #B7B56A. Grayscale: #515151. Windows color (decimal): -12039531 or 9783880. OLE color: 9783880.
HSL color Cylindrical-coordinate representation of color #484A95: hue angle of 238.44º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484A95 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 74 | 149 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.42 |
| HSL | 238.44º | 0.35% | 0.43% | - |
| HSV(B) | 238.44º | 0.52% | 0.58% | - |
| XYZ | 10.55 | 8.45 | 29.51 | - |
| YUV | 81.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 149 | 0.52 | 0.50 | 0 | 0.42 | 238.44 | 0.35 | 0.43 |
| Hex | 48 | 4A | 95 | 34 | 32 | 0 | 2A | EE | 23 | 2B |
| Octal | 110 | 112 | 225 | 64 | 62 | 0 | 52 | 356 | 43 | 53 |
| Binary | 1001000 | 1001010 | 10010101 | 110100 | 110010 | 0 | 101010 | 11101110 | 100011 | 101011 |
Color Harmonies of #484A95
Complementary color
Monochromatic Colors of #484A95
Black with #484A95
Text Example
Text Example
White with #484A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A95; }
p { color: rgb(72,74,149); }
H1.HeaderClassName
{
color: #484A95;
}
.AnyTagClassName
{
color: #484A95;
}
</style>
background-color css
<style>
a { background-color: #484A95; }
a { background-color: rgb(72,74,149); }
div.DivClassName
{
background-color: #484A95;
}
.BgClassName
{
background-color: #484A95;
}
</style>
border-color css
<style>
span { border-color: #484A95; }
span { border-color: rgb(72,74,149); }
td.TdClassName
{
border-color: #484A95;
}
.TagClassName
{
border-color: #484A95;
}
</style>