Shades of Governor Bay #4748A6
Tints of Governor Bay #4748A6
RGB
CMYK
RGB Variations
Color information
#4748A6 (or 0x4748A6) is known color: Governor Bay. HEX triplet: 47, 48 and A6. RGB value is (71,72,166). Sum of RGB (Red+Green+Blue) = 71+72+166=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #4748A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4748A6 is #B8B759. Grayscale: #525252. Windows color (decimal): -12105562 or 10897479. OLE color: 10897479.
HSL color Cylindrical-coordinate representation of color #4748A6: hue angle of 239.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4748A6 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 72 | 166 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.35 |
| HSL | 239.37º | 0.4% | 0.46% | - |
| HSV(B) | 239.37º | 0.57% | 0.65% | - |
| XYZ | 11.8 | 8.73 | 37.14 | - |
| YUV | 82.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 166 | 0.57 | 0.57 | 0 | 0.35 | 239.37 | 0.4 | 0.46 |
| Hex | 47 | 48 | A6 | 39 | 39 | 0 | 23 | EF | 28 | 2E |
| Octal | 107 | 110 | 246 | 71 | 71 | 0 | 43 | 357 | 50 | 56 |
| Binary | 1000111 | 1001000 | 10100110 | 111001 | 111001 | 0 | 100011 | 11101111 | 101000 | 101110 |
Color Harmonies of #4748A6
Complementary color
Monochromatic Colors of #4748A6
Black with #4748A6
Text Example
Text Example
White with #4748A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4748A6; }
p { color: rgb(71,72,166); }
H1.HeaderClassName
{
color: #4748A6;
}
.AnyTagClassName
{
color: #4748A6;
}
</style>
background-color css
<style>
a { background-color: #4748A6; }
a { background-color: rgb(71,72,166); }
div.DivClassName
{
background-color: #4748A6;
}
.BgClassName
{
background-color: #4748A6;
}
</style>
border-color css
<style>
span { border-color: #4748A6; }
span { border-color: rgb(71,72,166); }
td.TdClassName
{
border-color: #4748A6;
}
.TagClassName
{
border-color: #4748A6;
}
</style>