Shades of Governor Bay #424FA1
Tints of Governor Bay #424FA1
RGB
CMYK
RGB Variations
Color information
#424FA1 (or 0x424FA1) is known color: Governor Bay. HEX triplet: 42, 4F and A1. RGB value is (66,79,161). Sum of RGB (Red+Green+Blue) = 66+79+161=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #424FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FA1 is #BDB05E. Grayscale: #545454. Windows color (decimal): -12431455 or 10571586. OLE color: 10571586.
HSL color Cylindrical-coordinate representation of color #424FA1: hue angle of 231.79º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #424FA1 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 79 | 161 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.37 |
| HSL | 231.79º | 0.42% | 0.45% | - |
| HSV(B) | 231.79º | 0.59% | 0.63% | - |
| XYZ | 11.48 | 9.32 | 34.91 | - |
| YUV | 84.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 161 | 0.59 | 0.51 | 0 | 0.37 | 231.79 | 0.42 | 0.45 |
| Hex | 42 | 4F | A1 | 3B | 33 | 0 | 25 | E8 | 2A | 2D |
| Octal | 102 | 117 | 241 | 73 | 63 | 0 | 45 | 350 | 52 | 55 |
| Binary | 1000010 | 1001111 | 10100001 | 111011 | 110011 | 0 | 100101 | 11101000 | 101010 | 101101 |
Color Harmonies of #424FA1
Complementary color
Monochromatic Colors of #424FA1
Black with #424FA1
Text Example
Text Example
White with #424FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FA1; }
p { color: rgb(66,79,161); }
H1.HeaderClassName
{
color: #424FA1;
}
.AnyTagClassName
{
color: #424FA1;
}
</style>
background-color css
<style>
a { background-color: #424FA1; }
a { background-color: rgb(66,79,161); }
div.DivClassName
{
background-color: #424FA1;
}
.BgClassName
{
background-color: #424FA1;
}
</style>
border-color css
<style>
span { border-color: #424FA1; }
span { border-color: rgb(66,79,161); }
td.TdClassName
{
border-color: #424FA1;
}
.TagClassName
{
border-color: #424FA1;
}
</style>