Shades of Governor Bay #4841AC
Tints of Governor Bay #4841AC
RGB
CMYK
RGB Variations
Color information
#4841AC (or 0x4841AC) is known color: Governor Bay. HEX triplet: 48, 41 and AC. RGB value is (72,65,172). Sum of RGB (Red+Green+Blue) = 72+65+172=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #4841AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4841AC is #B7BE53. Grayscale: #4E4E4E. Windows color (decimal): -12041812 or 11288904. OLE color: 11288904.
HSL color Cylindrical-coordinate representation of color #4841AC: hue angle of 243.93º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4841AC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 65 | 172 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.33 |
| HSL | 243.93º | 0.45% | 0.46% | - |
| HSV(B) | 243.93º | 0.62% | 0.67% | - |
| XYZ | 12.01 | 8.14 | 39.97 | - |
| YUV | 79.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 172 | 0.58 | 0.62 | 0 | 0.33 | 243.93 | 0.45 | 0.46 |
| Hex | 48 | 41 | AC | 3A | 3E | 0 | 21 | F4 | 2D | 2E |
| Octal | 110 | 101 | 254 | 72 | 76 | 0 | 41 | 364 | 55 | 56 |
| Binary | 1001000 | 1000001 | 10101100 | 111010 | 111110 | 0 | 100001 | 11110100 | 101101 | 101110 |
Color Harmonies of #4841AC
Complementary color
Monochromatic Colors of #4841AC
Black with #4841AC
Text Example
Text Example
White with #4841AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841AC; }
p { color: rgb(72,65,172); }
H1.HeaderClassName
{
color: #4841AC;
}
.AnyTagClassName
{
color: #4841AC;
}
</style>
background-color css
<style>
a { background-color: #4841AC; }
a { background-color: rgb(72,65,172); }
div.DivClassName
{
background-color: #4841AC;
}
.BgClassName
{
background-color: #4841AC;
}
</style>
border-color css
<style>
span { border-color: #4841AC; }
span { border-color: rgb(72,65,172); }
td.TdClassName
{
border-color: #4841AC;
}
.TagClassName
{
border-color: #4841AC;
}
</style>