Shades of Governor Bay #424EAC
Tints of Governor Bay #424EAC
RGB
CMYK
RGB Variations
Color information
#424EAC (or 0x424EAC) is known color: Governor Bay. HEX triplet: 42, 4E and AC. RGB value is (66,78,172). Sum of RGB (Red+Green+Blue) = 66+78+172=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #424EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424EAC is #BDB153. Grayscale: #545454. Windows color (decimal): -12431700 or 11292226. OLE color: 11292226.
HSL color Cylindrical-coordinate representation of color #424EAC: hue angle of 233.21º 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 #424EAC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 78 | 172 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.33 |
| HSL | 233.21º | 0.45% | 0.47% | - |
| HSV(B) | 233.21º | 0.62% | 0.67% | - |
| XYZ | 12.42 | 9.59 | 40.23 | - |
| YUV | 85.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 172 | 0.62 | 0.55 | 0 | 0.33 | 233.21 | 0.45 | 0.47 |
| Hex | 42 | 4E | AC | 3E | 37 | 0 | 21 | E9 | 2D | 2F |
| Octal | 102 | 116 | 254 | 76 | 67 | 0 | 41 | 351 | 55 | 57 |
| Binary | 1000010 | 1001110 | 10101100 | 111110 | 110111 | 0 | 100001 | 11101001 | 101101 | 101111 |
Color Harmonies of #424EAC
Complementary color
Monochromatic Colors of #424EAC
Black with #424EAC
Text Example
Text Example
White with #424EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EAC; }
p { color: rgb(66,78,172); }
H1.HeaderClassName
{
color: #424EAC;
}
.AnyTagClassName
{
color: #424EAC;
}
</style>
background-color css
<style>
a { background-color: #424EAC; }
a { background-color: rgb(66,78,172); }
div.DivClassName
{
background-color: #424EAC;
}
.BgClassName
{
background-color: #424EAC;
}
</style>
border-color css
<style>
span { border-color: #424EAC; }
span { border-color: rgb(66,78,172); }
td.TdClassName
{
border-color: #424EAC;
}
.TagClassName
{
border-color: #424EAC;
}
</style>