Shades of Governor Bay #424BA7
Tints of Governor Bay #424BA7
RGB
CMYK
RGB Variations
Color information
#424BA7 (or 0x424BA7) is known color: Governor Bay. HEX triplet: 42, 4B and A7. RGB value is (66,75,167). Sum of RGB (Red+Green+Blue) = 66+75+167=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #424BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BA7 is #BDB458. Grayscale: #525252. Windows color (decimal): -12432473 or 10963778. OLE color: 10963778.
HSL color Cylindrical-coordinate representation of color #424BA7: hue angle of 234.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #424BA7 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 75 | 167 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.35 |
| HSL | 234.65º | 0.43% | 0.46% | - |
| HSV(B) | 234.65º | 0.6% | 0.65% | - |
| XYZ | 11.74 | 8.98 | 37.67 | - |
| YUV | 82.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 167 | 0.60 | 0.55 | 0 | 0.35 | 234.65 | 0.43 | 0.46 |
| Hex | 42 | 4B | A7 | 3C | 37 | 0 | 23 | EB | 2B | 2E |
| Octal | 102 | 113 | 247 | 74 | 67 | 0 | 43 | 353 | 53 | 56 |
| Binary | 1000010 | 1001011 | 10100111 | 111100 | 110111 | 0 | 100011 | 11101011 | 101011 | 101110 |
Color Harmonies of #424BA7
Complementary color
Monochromatic Colors of #424BA7
Black with #424BA7
Text Example
Text Example
White with #424BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BA7; }
p { color: rgb(66,75,167); }
H1.HeaderClassName
{
color: #424BA7;
}
.AnyTagClassName
{
color: #424BA7;
}
</style>
background-color css
<style>
a { background-color: #424BA7; }
a { background-color: rgb(66,75,167); }
div.DivClassName
{
background-color: #424BA7;
}
.BgClassName
{
background-color: #424BA7;
}
</style>
border-color css
<style>
span { border-color: #424BA7; }
span { border-color: rgb(66,75,167); }
td.TdClassName
{
border-color: #424BA7;
}
.TagClassName
{
border-color: #424BA7;
}
</style>