Shades of Governor Bay #4A4B9B
Tints of Governor Bay #4A4B9B
RGB
CMYK
RGB Variations
Color information
#4A4B9B (or 0x4A4B9B) is known color: Governor Bay. HEX triplet: 4A, 4B and 9B. RGB value is (74,75,155). Sum of RGB (Red+Green+Blue) = 74+75+155=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A4B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4B9B is #B5B464. Grayscale: #535353. Windows color (decimal): -11908197 or 10177354. OLE color: 10177354.
HSL color Cylindrical-coordinate representation of color #4A4B9B: hue angle of 239.26º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A4B9B is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 75 | 155 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.39 |
| HSL | 239.26º | 0.35% | 0.45% | - |
| HSV(B) | 239.26º | 0.52% | 0.61% | - |
| XYZ | 11.26 | 8.85 | 32.13 | - |
| YUV | 83.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 155 | 0.52 | 0.52 | 0 | 0.39 | 239.26 | 0.35 | 0.45 |
| Hex | 4A | 4B | 9B | 34 | 34 | 0 | 27 | EF | 23 | 2D |
| Octal | 112 | 113 | 233 | 64 | 64 | 0 | 47 | 357 | 43 | 55 |
| Binary | 1001010 | 1001011 | 10011011 | 110100 | 110100 | 0 | 100111 | 11101111 | 100011 | 101101 |
Color Harmonies of #4A4B9B
Complementary color
Monochromatic Colors of #4A4B9B
Black with #4A4B9B
Text Example
Text Example
White with #4A4B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B9B; }
p { color: rgb(74,75,155); }
H1.HeaderClassName
{
color: #4A4B9B;
}
.AnyTagClassName
{
color: #4A4B9B;
}
</style>
background-color css
<style>
a { background-color: #4A4B9B; }
a { background-color: rgb(74,75,155); }
div.DivClassName
{
background-color: #4A4B9B;
}
.BgClassName
{
background-color: #4A4B9B;
}
</style>
border-color css
<style>
span { border-color: #4A4B9B; }
span { border-color: rgb(74,75,155); }
td.TdClassName
{
border-color: #4A4B9B;
}
.TagClassName
{
border-color: #4A4B9B;
}
</style>