Shades of Governor Bay #42459E
Tints of Governor Bay #42459E
RGB
CMYK
RGB Variations
Color information
#42459E (or 0x42459E) is known color: Governor Bay. HEX triplet: 42, 45 and 9E. RGB value is (66,69,158). Sum of RGB (Red+Green+Blue) = 66+69+158=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #42459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42459E is #BDBA61. Grayscale: #4D4D4D. Windows color (decimal): -12434018 or 10372418. OLE color: 10372418.
HSL color Cylindrical-coordinate representation of color #42459E: hue angle of 238.04º 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 #42459E is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 69 | 158 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.38 |
| HSL | 238.04º | 0.41% | 0.44% | - |
| HSV(B) | 238.04º | 0.58% | 0.62% | - |
| XYZ | 10.55 | 7.88 | 33.31 | - |
| YUV | 78.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 158 | 0.58 | 0.56 | 0 | 0.38 | 238.04 | 0.41 | 0.44 |
| Hex | 42 | 45 | 9E | 3A | 38 | 0 | 26 | EE | 29 | 2C |
| Octal | 102 | 105 | 236 | 72 | 70 | 0 | 46 | 356 | 51 | 54 |
| Binary | 1000010 | 1000101 | 10011110 | 111010 | 111000 | 0 | 100110 | 11101110 | 101001 | 101100 |
Color Harmonies of #42459E
Complementary color
Monochromatic Colors of #42459E
Black with #42459E
Text Example
Text Example
White with #42459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42459E; }
p { color: rgb(66,69,158); }
H1.HeaderClassName
{
color: #42459E;
}
.AnyTagClassName
{
color: #42459E;
}
</style>
background-color css
<style>
a { background-color: #42459E; }
a { background-color: rgb(66,69,158); }
div.DivClassName
{
background-color: #42459E;
}
.BgClassName
{
background-color: #42459E;
}
</style>
border-color css
<style>
span { border-color: #42459E; }
span { border-color: rgb(66,69,158); }
td.TdClassName
{
border-color: #42459E;
}
.TagClassName
{
border-color: #42459E;
}
</style>