Shades of Governor Bay #42499E
Tints of Governor Bay #42499E
RGB
CMYK
RGB Variations
Color information
#42499E (or 0x42499E) is known color: Governor Bay. HEX triplet: 42, 49 and 9E. RGB value is (66,73,158). Sum of RGB (Red+Green+Blue) = 66+73+158=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #42499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42499E is #BDB661. Grayscale: #505050. Windows color (decimal): -12432994 or 10373442. OLE color: 10373442.
HSL color Cylindrical-coordinate representation of color #42499E: hue angle of 235.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42499E is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 73 | 158 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.38 |
| HSL | 235.43º | 0.41% | 0.44% | - |
| HSV(B) | 235.43º | 0.58% | 0.62% | - |
| XYZ | 10.8 | 8.39 | 33.4 | - |
| YUV | 80.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 158 | 0.58 | 0.54 | 0 | 0.38 | 235.43 | 0.41 | 0.44 |
| Hex | 42 | 49 | 9E | 3A | 36 | 0 | 26 | EB | 29 | 2C |
| Octal | 102 | 111 | 236 | 72 | 66 | 0 | 46 | 353 | 51 | 54 |
| Binary | 1000010 | 1001001 | 10011110 | 111010 | 110110 | 0 | 100110 | 11101011 | 101001 | 101100 |
Color Harmonies of #42499E
Complementary color
Monochromatic Colors of #42499E
Black with #42499E
Text Example
Text Example
White with #42499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42499E; }
p { color: rgb(66,73,158); }
H1.HeaderClassName
{
color: #42499E;
}
.AnyTagClassName
{
color: #42499E;
}
</style>
background-color css
<style>
a { background-color: #42499E; }
a { background-color: rgb(66,73,158); }
div.DivClassName
{
background-color: #42499E;
}
.BgClassName
{
background-color: #42499E;
}
</style>
border-color css
<style>
span { border-color: #42499E; }
span { border-color: rgb(66,73,158); }
td.TdClassName
{
border-color: #42499E;
}
.TagClassName
{
border-color: #42499E;
}
</style>