Shades of Governor Bay #424FAC
Tints of Governor Bay #424FAC
RGB
CMYK
RGB Variations
Color information
#424FAC (or 0x424FAC) is known color: Governor Bay. HEX triplet: 42, 4F and AC. RGB value is (66,79,172). Sum of RGB (Red+Green+Blue) = 66+79+172=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #424FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FAC is #BDB053. Grayscale: #555555. Windows color (decimal): -12431444 or 11292482. OLE color: 11292482.
HSL color Cylindrical-coordinate representation of color #424FAC: hue angle of 232.64º 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 #424FAC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 79 | 172 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.33 |
| HSL | 232.64º | 0.45% | 0.47% | - |
| HSV(B) | 232.64º | 0.62% | 0.67% | - |
| XYZ | 12.49 | 9.73 | 40.25 | - |
| YUV | 85.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 172 | 0.62 | 0.54 | 0 | 0.33 | 232.64 | 0.45 | 0.47 |
| Hex | 42 | 4F | AC | 3E | 36 | 0 | 21 | E9 | 2D | 2F |
| Octal | 102 | 117 | 254 | 76 | 66 | 0 | 41 | 351 | 55 | 57 |
| Binary | 1000010 | 1001111 | 10101100 | 111110 | 110110 | 0 | 100001 | 11101001 | 101101 | 101111 |
Color Harmonies of #424FAC
Complementary color
Monochromatic Colors of #424FAC
Black with #424FAC
Text Example
Text Example
White with #424FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FAC; }
p { color: rgb(66,79,172); }
H1.HeaderClassName
{
color: #424FAC;
}
.AnyTagClassName
{
color: #424FAC;
}
</style>
background-color css
<style>
a { background-color: #424FAC; }
a { background-color: rgb(66,79,172); }
div.DivClassName
{
background-color: #424FAC;
}
.BgClassName
{
background-color: #424FAC;
}
</style>
border-color css
<style>
span { border-color: #424FAC; }
span { border-color: rgb(66,79,172); }
td.TdClassName
{
border-color: #424FAC;
}
.TagClassName
{
border-color: #424FAC;
}
</style>