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