Shades of Governor Bay #424BA8
Tints of Governor Bay #424BA8
RGB
CMYK
RGB Variations
Color information
#424BA8 (or 0x424BA8) is known color: Governor Bay. HEX triplet: 42, 4B and A8. RGB value is (66,75,168). Sum of RGB (Red+Green+Blue) = 66+75+168=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #424BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BA8 is #BDB457. Grayscale: #525252. Windows color (decimal): -12432472 or 11029314. OLE color: 11029314.
HSL color Cylindrical-coordinate representation of color #424BA8: hue angle of 234.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #424BA8 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 75 | 168 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.34 |
| HSL | 234.71º | 0.44% | 0.46% | - |
| HSV(B) | 234.71º | 0.61% | 0.66% | - |
| XYZ | 11.83 | 9.02 | 38.16 | - |
| YUV | 82.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 168 | 0.61 | 0.55 | 0 | 0.34 | 234.71 | 0.44 | 0.46 |
| Hex | 42 | 4B | A8 | 3D | 37 | 0 | 22 | EB | 2C | 2E |
| Octal | 102 | 113 | 250 | 75 | 67 | 0 | 42 | 353 | 54 | 56 |
| Binary | 1000010 | 1001011 | 10101000 | 111101 | 110111 | 0 | 100010 | 11101011 | 101100 | 101110 |
Color Harmonies of #424BA8
Complementary color
Monochromatic Colors of #424BA8
Black with #424BA8
Text Example
Text Example
White with #424BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BA8; }
p { color: rgb(66,75,168); }
H1.HeaderClassName
{
color: #424BA8;
}
.AnyTagClassName
{
color: #424BA8;
}
</style>
background-color css
<style>
a { background-color: #424BA8; }
a { background-color: rgb(66,75,168); }
div.DivClassName
{
background-color: #424BA8;
}
.BgClassName
{
background-color: #424BA8;
}
</style>
border-color css
<style>
span { border-color: #424BA8; }
span { border-color: rgb(66,75,168); }
td.TdClassName
{
border-color: #424BA8;
}
.TagClassName
{
border-color: #424BA8;
}
</style>