Shades of Governor Bay #4A5595
Tints of Governor Bay #4A5595
RGB
CMYK
RGB Variations
Color information
#4A5595 (or 0x4A5595) is known color: Governor Bay. HEX triplet: 4A, 55 and 95. RGB value is (74,85,149). Sum of RGB (Red+Green+Blue) = 74+85+149=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A5595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5595 is #B5AA6A. Grayscale: #585858. Windows color (decimal): -11905643 or 9786698. OLE color: 9786698.
HSL color Cylindrical-coordinate representation of color #4A5595: hue angle of 231.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A5595 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 85 | 149 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.42 |
| HSL | 231.2º | 0.34% | 0.44% | - |
| HSV(B) | 231.2º | 0.5% | 0.58% | - |
| XYZ | 11.5 | 10.12 | 29.78 | - |
| YUV | 89.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 149 | 0.50 | 0.43 | 0 | 0.42 | 231.2 | 0.34 | 0.44 |
| Hex | 4A | 55 | 95 | 32 | 2B | 0 | 2A | E7 | 22 | 2C |
| Octal | 112 | 125 | 225 | 62 | 53 | 0 | 52 | 347 | 42 | 54 |
| Binary | 1001010 | 1010101 | 10010101 | 110010 | 101011 | 0 | 101010 | 11100111 | 100010 | 101100 |
Color Harmonies of #4A5595
Complementary color
Monochromatic Colors of #4A5595
Black with #4A5595
Text Example
Text Example
White with #4A5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5595; }
p { color: rgb(74,85,149); }
H1.HeaderClassName
{
color: #4A5595;
}
.AnyTagClassName
{
color: #4A5595;
}
</style>
background-color css
<style>
a { background-color: #4A5595; }
a { background-color: rgb(74,85,149); }
div.DivClassName
{
background-color: #4A5595;
}
.BgClassName
{
background-color: #4A5595;
}
</style>
border-color css
<style>
span { border-color: #4A5595; }
span { border-color: rgb(74,85,149); }
td.TdClassName
{
border-color: #4A5595;
}
.TagClassName
{
border-color: #4A5595;
}
</style>