Shades of Governor Bay #4A4CA4
Tints of Governor Bay #4A4CA4
RGB
CMYK
RGB Variations
Color information
#4A4CA4 (or 0x4A4CA4) is known color: Governor Bay. HEX triplet: 4A, 4C and A4. RGB value is (74,76,164). Sum of RGB (Red+Green+Blue) = 74+76+164=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A4CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4CA4 is #B5B35B. Grayscale: #555555. Windows color (decimal): -11907932 or 10767434. OLE color: 10767434.
HSL color Cylindrical-coordinate representation of color #4A4CA4: hue angle of 238.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A4CA4 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 76 | 164 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.36 |
| HSL | 238.67º | 0.38% | 0.47% | - |
| HSV(B) | 238.67º | 0.55% | 0.64% | - |
| XYZ | 12.11 | 9.31 | 36.28 | - |
| YUV | 85.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 164 | 0.55 | 0.54 | 0 | 0.36 | 238.67 | 0.38 | 0.47 |
| Hex | 4A | 4C | A4 | 37 | 36 | 0 | 24 | EF | 26 | 2F |
| Octal | 112 | 114 | 244 | 67 | 66 | 0 | 44 | 357 | 46 | 57 |
| Binary | 1001010 | 1001100 | 10100100 | 110111 | 110110 | 0 | 100100 | 11101111 | 100110 | 101111 |
Color Harmonies of #4A4CA4
Complementary color
Monochromatic Colors of #4A4CA4
Black with #4A4CA4
Text Example
Text Example
White with #4A4CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4CA4; }
p { color: rgb(74,76,164); }
H1.HeaderClassName
{
color: #4A4CA4;
}
.AnyTagClassName
{
color: #4A4CA4;
}
</style>
background-color css
<style>
a { background-color: #4A4CA4; }
a { background-color: rgb(74,76,164); }
div.DivClassName
{
background-color: #4A4CA4;
}
.BgClassName
{
background-color: #4A4CA4;
}
</style>
border-color css
<style>
span { border-color: #4A4CA4; }
span { border-color: rgb(74,76,164); }
td.TdClassName
{
border-color: #4A4CA4;
}
.TagClassName
{
border-color: #4A4CA4;
}
</style>