Shades of Governor Bay #4C5692
Tints of Governor Bay #4C5692
RGB
CMYK
RGB Variations
Color information
#4C5692 (or 0x4C5692) is known color: Governor Bay. HEX triplet: 4C, 56 and 92. RGB value is (76,86,146). Sum of RGB (Red+Green+Blue) = 76+86+146=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C5692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5692 is #B3A96D. Grayscale: #595959. Windows color (decimal): -11774318 or 9590348. OLE color: 9590348.
HSL color Cylindrical-coordinate representation of color #4C5692: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C5692 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 86 | 146 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.43 |
| HSL | 231.43º | 0.32% | 0.44% | - |
| HSV(B) | 231.43º | 0.48% | 0.57% | - |
| XYZ | 11.5 | 10.27 | 28.57 | - |
| YUV | 89.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 146 | 0.48 | 0.41 | 0 | 0.43 | 231.43 | 0.32 | 0.44 |
| Hex | 4C | 56 | 92 | 30 | 29 | 0 | 2B | E7 | 20 | 2C |
| Octal | 114 | 126 | 222 | 60 | 51 | 0 | 53 | 347 | 40 | 54 |
| Binary | 1001100 | 1010110 | 10010010 | 110000 | 101001 | 0 | 101011 | 11100111 | 100000 | 101100 |
Color Harmonies of #4C5692
Complementary color
Monochromatic Colors of #4C5692
Black with #4C5692
Text Example
Text Example
White with #4C5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5692; }
p { color: rgb(76,86,146); }
H1.HeaderClassName
{
color: #4C5692;
}
.AnyTagClassName
{
color: #4C5692;
}
</style>
background-color css
<style>
a { background-color: #4C5692; }
a { background-color: rgb(76,86,146); }
div.DivClassName
{
background-color: #4C5692;
}
.BgClassName
{
background-color: #4C5692;
}
</style>
border-color css
<style>
span { border-color: #4C5692; }
span { border-color: rgb(76,86,146); }
td.TdClassName
{
border-color: #4C5692;
}
.TagClassName
{
border-color: #4C5692;
}
</style>