Shades of Governor Bay #4748AA
Tints of Governor Bay #4748AA
RGB
CMYK
RGB Variations
Color information
#4748AA (or 0x4748AA) is known color: Governor Bay. HEX triplet: 47, 48 and AA. RGB value is (71,72,170). Sum of RGB (Red+Green+Blue) = 71+72+170=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #4748AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4748AA is #B8B755. Grayscale: #525252. Windows color (decimal): -12105558 or 11159623. OLE color: 11159623.
HSL color Cylindrical-coordinate representation of color #4748AA: hue angle of 239.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4748AA is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 72 | 170 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.33 |
| HSL | 239.39º | 0.41% | 0.47% | - |
| HSV(B) | 239.39º | 0.58% | 0.67% | - |
| XYZ | 12.17 | 8.88 | 39.1 | - |
| YUV | 82.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 170 | 0.58 | 0.58 | 0 | 0.33 | 239.39 | 0.41 | 0.47 |
| Hex | 47 | 48 | AA | 3A | 3A | 0 | 21 | EF | 29 | 2F |
| Octal | 107 | 110 | 252 | 72 | 72 | 0 | 41 | 357 | 51 | 57 |
| Binary | 1000111 | 1001000 | 10101010 | 111010 | 111010 | 0 | 100001 | 11101111 | 101001 | 101111 |
Color Harmonies of #4748AA
Complementary color
Monochromatic Colors of #4748AA
Black with #4748AA
Text Example
Text Example
White with #4748AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4748AA; }
p { color: rgb(71,72,170); }
H1.HeaderClassName
{
color: #4748AA;
}
.AnyTagClassName
{
color: #4748AA;
}
</style>
background-color css
<style>
a { background-color: #4748AA; }
a { background-color: rgb(71,72,170); }
div.DivClassName
{
background-color: #4748AA;
}
.BgClassName
{
background-color: #4748AA;
}
</style>
border-color css
<style>
span { border-color: #4748AA; }
span { border-color: rgb(71,72,170); }
td.TdClassName
{
border-color: #4748AA;
}
.TagClassName
{
border-color: #4748AA;
}
</style>