Shades of Governor Bay #42499A
Tints of Governor Bay #42499A
RGB
CMYK
RGB Variations
Color information
#42499A (or 0x42499A) is known color: Governor Bay. HEX triplet: 42, 49 and 9A. RGB value is (66,73,154). Sum of RGB (Red+Green+Blue) = 66+73+154=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #42499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42499A is #BDB665. Grayscale: #4F4F4F. Windows color (decimal): -12432998 or 10111298. OLE color: 10111298.
HSL color Cylindrical-coordinate representation of color #42499A: hue angle of 235.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42499A is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 73 | 154 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.40 |
| HSL | 235.23º | 0.4% | 0.43% | - |
| HSV(B) | 235.23º | 0.57% | 0.6% | - |
| XYZ | 10.46 | 8.26 | 31.61 | - |
| YUV | 80.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 154 | 0.57 | 0.53 | 0 | 0.40 | 235.23 | 0.4 | 0.43 |
| Hex | 42 | 49 | 9A | 39 | 35 | 0 | 28 | EB | 28 | 2B |
| Octal | 102 | 111 | 232 | 71 | 65 | 0 | 50 | 353 | 50 | 53 |
| Binary | 1000010 | 1001001 | 10011010 | 111001 | 110101 | 0 | 101000 | 11101011 | 101000 | 101011 |
Color Harmonies of #42499A
Complementary color
Monochromatic Colors of #42499A
Black with #42499A
Text Example
Text Example
White with #42499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42499A; }
p { color: rgb(66,73,154); }
H1.HeaderClassName
{
color: #42499A;
}
.AnyTagClassName
{
color: #42499A;
}
</style>
background-color css
<style>
a { background-color: #42499A; }
a { background-color: rgb(66,73,154); }
div.DivClassName
{
background-color: #42499A;
}
.BgClassName
{
background-color: #42499A;
}
</style>
border-color css
<style>
span { border-color: #42499A; }
span { border-color: rgb(66,73,154); }
td.TdClassName
{
border-color: #42499A;
}
.TagClassName
{
border-color: #42499A;
}
</style>