Shades of Governor Bay #4A568D
Tints of Governor Bay #4A568D
RGB
CMYK
RGB Variations
Color information
#4A568D (or 0x4A568D) is known color: Governor Bay. HEX triplet: 4A, 56 and 8D. RGB value is (74,86,141). Sum of RGB (Red+Green+Blue) = 74+86+141=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A568D is #B5A972. Grayscale: #585858. Windows color (decimal): -11905395 or 9262666. OLE color: 9262666.
HSL color Cylindrical-coordinate representation of color #4A568D: hue angle of 229.25º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A568D is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 86 | 141 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.45 |
| HSL | 229.25º | 0.31% | 0.42% | - |
| HSV(B) | 229.25º | 0.48% | 0.55% | - |
| XYZ | 10.96 | 10.03 | 26.56 | - |
| YUV | 88.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 141 | 0.48 | 0.39 | 0 | 0.45 | 229.25 | 0.31 | 0.42 |
| Hex | 4A | 56 | 8D | 30 | 27 | 0 | 2D | E5 | 1F | 2A |
| Octal | 112 | 126 | 215 | 60 | 47 | 0 | 55 | 345 | 37 | 52 |
| Binary | 1001010 | 1010110 | 10001101 | 110000 | 100111 | 0 | 101101 | 11100101 | 11111 | 101010 |
Color Harmonies of #4A568D
Complementary color
Monochromatic Colors of #4A568D
Black with #4A568D
Text Example
Text Example
White with #4A568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A568D; }
p { color: rgb(74,86,141); }
H1.HeaderClassName
{
color: #4A568D;
}
.AnyTagClassName
{
color: #4A568D;
}
</style>
background-color css
<style>
a { background-color: #4A568D; }
a { background-color: rgb(74,86,141); }
div.DivClassName
{
background-color: #4A568D;
}
.BgClassName
{
background-color: #4A568D;
}
</style>
border-color css
<style>
span { border-color: #4A568D; }
span { border-color: rgb(74,86,141); }
td.TdClassName
{
border-color: #4A568D;
}
.TagClassName
{
border-color: #4A568D;
}
</style>