Shades of Governor Bay #4844AC
Tints of Governor Bay #4844AC
RGB
CMYK
RGB Variations
Color information
#4844AC (or 0x4844AC) is known color: Governor Bay. HEX triplet: 48, 44 and AC. RGB value is (72,68,172). Sum of RGB (Red+Green+Blue) = 72+68+172=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #4844AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4844AC is #B7BB53. Grayscale: #505050. Windows color (decimal): -12041044 or 11289672. OLE color: 11289672.
HSL color Cylindrical-coordinate representation of color #4844AC: hue angle of 242.31º 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 #4844AC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 68 | 172 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.33 |
| HSL | 242.31º | 0.43% | 0.47% | - |
| HSV(B) | 242.31º | 0.6% | 0.67% | - |
| XYZ | 12.19 | 8.49 | 40.03 | - |
| YUV | 81.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 172 | 0.58 | 0.60 | 0 | 0.33 | 242.31 | 0.43 | 0.47 |
| Hex | 48 | 44 | AC | 3A | 3C | 0 | 21 | F2 | 2B | 2F |
| Octal | 110 | 104 | 254 | 72 | 74 | 0 | 41 | 362 | 53 | 57 |
| Binary | 1001000 | 1000100 | 10101100 | 111010 | 111100 | 0 | 100001 | 11110010 | 101011 | 101111 |
Color Harmonies of #4844AC
Complementary color
Monochromatic Colors of #4844AC
Black with #4844AC
Text Example
Text Example
White with #4844AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4844AC; }
p { color: rgb(72,68,172); }
H1.HeaderClassName
{
color: #4844AC;
}
.AnyTagClassName
{
color: #4844AC;
}
</style>
background-color css
<style>
a { background-color: #4844AC; }
a { background-color: rgb(72,68,172); }
div.DivClassName
{
background-color: #4844AC;
}
.BgClassName
{
background-color: #4844AC;
}
</style>
border-color css
<style>
span { border-color: #4844AC; }
span { border-color: rgb(72,68,172); }
td.TdClassName
{
border-color: #4844AC;
}
.TagClassName
{
border-color: #4844AC;
}
</style>