Shades of Governor Bay #4251AC
Tints of Governor Bay #4251AC
RGB
CMYK
RGB Variations
Color information
#4251AC (or 0x4251AC) is known color: Governor Bay. HEX triplet: 42, 51 and AC. RGB value is (66,81,172). Sum of RGB (Red+Green+Blue) = 66+81+172=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #4251AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4251AC is #BDAE53. Grayscale: #565656. Windows color (decimal): -12430932 or 11292994. OLE color: 11292994.
HSL color Cylindrical-coordinate representation of color #4251AC: hue angle of 231.51º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4251AC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 81 | 172 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.33 |
| HSL | 231.51º | 0.45% | 0.47% | - |
| HSV(B) | 231.51º | 0.62% | 0.67% | - |
| XYZ | 12.64 | 10.02 | 40.3 | - |
| YUV | 86.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 172 | 0.62 | 0.53 | 0 | 0.33 | 231.51 | 0.45 | 0.47 |
| Hex | 42 | 51 | AC | 3E | 35 | 0 | 21 | E8 | 2D | 2F |
| Octal | 102 | 121 | 254 | 76 | 65 | 0 | 41 | 350 | 55 | 57 |
| Binary | 1000010 | 1010001 | 10101100 | 111110 | 110101 | 0 | 100001 | 11101000 | 101101 | 101111 |
Color Harmonies of #4251AC
Complementary color
Monochromatic Colors of #4251AC
Black with #4251AC
Text Example
Text Example
White with #4251AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4251AC; }
p { color: rgb(66,81,172); }
H1.HeaderClassName
{
color: #4251AC;
}
.AnyTagClassName
{
color: #4251AC;
}
</style>
background-color css
<style>
a { background-color: #4251AC; }
a { background-color: rgb(66,81,172); }
div.DivClassName
{
background-color: #4251AC;
}
.BgClassName
{
background-color: #4251AC;
}
</style>
border-color css
<style>
span { border-color: #4251AC; }
span { border-color: rgb(66,81,172); }
td.TdClassName
{
border-color: #4251AC;
}
.TagClassName
{
border-color: #4251AC;
}
</style>