Shades of Governor Bay #485098
Tints of Governor Bay #485098
RGB
CMYK
RGB Variations
Color information
#485098 (or 0x485098) is known color: Governor Bay. HEX triplet: 48, 50 and 98. RGB value is (72,80,152). Sum of RGB (Red+Green+Blue) = 72+80+152=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #485098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485098 is #B7AF67. Grayscale: #555555. Windows color (decimal): -12037992 or 9982024. OLE color: 9982024.
HSL color Cylindrical-coordinate representation of color #485098: hue angle of 234º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485098 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 80 | 152 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.40 |
| HSL | 234º | 0.36% | 0.44% | - |
| HSV(B) | 234º | 0.53% | 0.6% | - |
| XYZ | 11.21 | 9.38 | 30.93 | - |
| YUV | 85.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 152 | 0.53 | 0.47 | 0 | 0.40 | 234 | 0.36 | 0.44 |
| Hex | 48 | 50 | 98 | 35 | 2F | 0 | 28 | EA | 24 | 2C |
| Octal | 110 | 120 | 230 | 65 | 57 | 0 | 50 | 352 | 44 | 54 |
| Binary | 1001000 | 1010000 | 10011000 | 110101 | 101111 | 0 | 101000 | 11101010 | 100100 | 101100 |
Color Harmonies of #485098
Complementary color
Monochromatic Colors of #485098
Black with #485098
Text Example
Text Example
White with #485098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485098; }
p { color: rgb(72,80,152); }
H1.HeaderClassName
{
color: #485098;
}
.AnyTagClassName
{
color: #485098;
}
</style>
background-color css
<style>
a { background-color: #485098; }
a { background-color: rgb(72,80,152); }
div.DivClassName
{
background-color: #485098;
}
.BgClassName
{
background-color: #485098;
}
</style>
border-color css
<style>
span { border-color: #485098; }
span { border-color: rgb(72,80,152); }
td.TdClassName
{
border-color: #485098;
}
.TagClassName
{
border-color: #485098;
}
</style>