Shades of Governor Bay #4C44A4
Tints of Governor Bay #4C44A4
RGB
CMYK
RGB Variations
Color information
#4C44A4 (or 0x4C44A4) is known color: Governor Bay. HEX triplet: 4C, 44 and A4. RGB value is (76,68,164). Sum of RGB (Red+Green+Blue) = 76+68+164=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C44A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C44A4 is #B3BB5B. Grayscale: #505050. Windows color (decimal): -11778908 or 10765388. OLE color: 10765388.
HSL color Cylindrical-coordinate representation of color #4C44A4: hue angle of 245º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C44A4 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 68 | 164 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.36 |
| HSL | 245º | 0.41% | 0.45% | - |
| HSV(B) | 245º | 0.59% | 0.64% | - |
| XYZ | 11.75 | 8.35 | 36.11 | - |
| YUV | 81.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 164 | 0.54 | 0.59 | 0 | 0.36 | 245 | 0.41 | 0.45 |
| Hex | 4C | 44 | A4 | 36 | 3B | 0 | 24 | F5 | 29 | 2D |
| Octal | 114 | 104 | 244 | 66 | 73 | 0 | 44 | 365 | 51 | 55 |
| Binary | 1001100 | 1000100 | 10100100 | 110110 | 111011 | 0 | 100100 | 11110101 | 101001 | 101101 |
Color Harmonies of #4C44A4
Complementary color
Monochromatic Colors of #4C44A4
Black with #4C44A4
Text Example
Text Example
White with #4C44A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C44A4; }
p { color: rgb(76,68,164); }
H1.HeaderClassName
{
color: #4C44A4;
}
.AnyTagClassName
{
color: #4C44A4;
}
</style>
background-color css
<style>
a { background-color: #4C44A4; }
a { background-color: rgb(76,68,164); }
div.DivClassName
{
background-color: #4C44A4;
}
.BgClassName
{
background-color: #4C44A4;
}
</style>
border-color css
<style>
span { border-color: #4C44A4; }
span { border-color: rgb(76,68,164); }
td.TdClassName
{
border-color: #4C44A4;
}
.TagClassName
{
border-color: #4C44A4;
}
</style>