Shades of Governor Bay #4C58A4
Tints of Governor Bay #4C58A4
RGB
CMYK
RGB Variations
Color information
#4C58A4 (or 0x4C58A4) is known color: Governor Bay. HEX triplet: 4C, 58 and A4. RGB value is (76,88,164). Sum of RGB (Red+Green+Blue) = 76+88+164=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C58A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C58A4 is #B3A75B. Grayscale: #5C5C5C. Windows color (decimal): -11773788 or 10770508. OLE color: 10770508.
HSL color Cylindrical-coordinate representation of color #4C58A4: hue angle of 231.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C58A4 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 88 | 164 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.36 |
| HSL | 231.82º | 0.37% | 0.47% | - |
| HSV(B) | 231.82º | 0.54% | 0.64% | - |
| XYZ | 13.17 | 11.2 | 36.59 | - |
| YUV | 93.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 164 | 0.54 | 0.46 | 0 | 0.36 | 231.82 | 0.37 | 0.47 |
| Hex | 4C | 58 | A4 | 36 | 2E | 0 | 24 | E8 | 25 | 2F |
| Octal | 114 | 130 | 244 | 66 | 56 | 0 | 44 | 350 | 45 | 57 |
| Binary | 1001100 | 1011000 | 10100100 | 110110 | 101110 | 0 | 100100 | 11101000 | 100101 | 101111 |
Color Harmonies of #4C58A4
Complementary color
Monochromatic Colors of #4C58A4
Black with #4C58A4
Text Example
Text Example
White with #4C58A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C58A4; }
p { color: rgb(76,88,164); }
H1.HeaderClassName
{
color: #4C58A4;
}
.AnyTagClassName
{
color: #4C58A4;
}
</style>
background-color css
<style>
a { background-color: #4C58A4; }
a { background-color: rgb(76,88,164); }
div.DivClassName
{
background-color: #4C58A4;
}
.BgClassName
{
background-color: #4C58A4;
}
</style>
border-color css
<style>
span { border-color: #4C58A4; }
span { border-color: rgb(76,88,164); }
td.TdClassName
{
border-color: #4C58A4;
}
.TagClassName
{
border-color: #4C58A4;
}
</style>