Shades of Governor Bay #4744AC
Tints of Governor Bay #4744AC
RGB
CMYK
RGB Variations
Color information
#4744AC (or 0x4744AC) is known color: Governor Bay. HEX triplet: 47, 44 and AC. RGB value is (71,68,172). Sum of RGB (Red+Green+Blue) = 71+68+172=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #4744AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4744AC is #B8BB53. Grayscale: #505050. Windows color (decimal): -12106580 or 11289671. OLE color: 11289671.
HSL color Cylindrical-coordinate representation of color #4744AC: hue angle of 241.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4744AC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 68 | 172 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.33 |
| HSL | 241.73º | 0.43% | 0.47% | - |
| HSV(B) | 241.73º | 0.6% | 0.67% | - |
| XYZ | 12.11 | 8.45 | 40.02 | - |
| YUV | 80.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 172 | 0.59 | 0.60 | 0 | 0.33 | 241.73 | 0.43 | 0.47 |
| Hex | 47 | 44 | AC | 3B | 3C | 0 | 21 | F2 | 2B | 2F |
| Octal | 107 | 104 | 254 | 73 | 74 | 0 | 41 | 362 | 53 | 57 |
| Binary | 1000111 | 1000100 | 10101100 | 111011 | 111100 | 0 | 100001 | 11110010 | 101011 | 101111 |
Color Harmonies of #4744AC
Complementary color
Monochromatic Colors of #4744AC
Black with #4744AC
Text Example
Text Example
White with #4744AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4744AC; }
p { color: rgb(71,68,172); }
H1.HeaderClassName
{
color: #4744AC;
}
.AnyTagClassName
{
color: #4744AC;
}
</style>
background-color css
<style>
a { background-color: #4744AC; }
a { background-color: rgb(71,68,172); }
div.DivClassName
{
background-color: #4744AC;
}
.BgClassName
{
background-color: #4744AC;
}
</style>
border-color css
<style>
span { border-color: #4744AC; }
span { border-color: rgb(71,68,172); }
td.TdClassName
{
border-color: #4744AC;
}
.TagClassName
{
border-color: #4744AC;
}
</style>