Shades of Governor Bay #42459F
Tints of Governor Bay #42459F
RGB
CMYK
RGB Variations
Color information
#42459F (or 0x42459F) is known color: Governor Bay. HEX triplet: 42, 45 and 9F. RGB value is (66,69,159). Sum of RGB (Red+Green+Blue) = 66+69+159=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #42459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42459F is #BDBA60. Grayscale: #4E4E4E. Windows color (decimal): -12434017 or 10437954. OLE color: 10437954.
HSL color Cylindrical-coordinate representation of color #42459F: hue angle of 238.06º 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 #42459F is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 69 | 159 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.38 |
| HSL | 238.06º | 0.41% | 0.44% | - |
| HSV(B) | 238.06º | 0.58% | 0.62% | - |
| XYZ | 10.63 | 7.92 | 33.77 | - |
| YUV | 78.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 159 | 0.58 | 0.57 | 0 | 0.38 | 238.06 | 0.41 | 0.44 |
| Hex | 42 | 45 | 9F | 3A | 39 | 0 | 26 | EE | 29 | 2C |
| Octal | 102 | 105 | 237 | 72 | 71 | 0 | 46 | 356 | 51 | 54 |
| Binary | 1000010 | 1000101 | 10011111 | 111010 | 111001 | 0 | 100110 | 11101110 | 101001 | 101100 |
Color Harmonies of #42459F
Complementary color
Monochromatic Colors of #42459F
Black with #42459F
Text Example
Text Example
White with #42459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42459F; }
p { color: rgb(66,69,159); }
H1.HeaderClassName
{
color: #42459F;
}
.AnyTagClassName
{
color: #42459F;
}
</style>
background-color css
<style>
a { background-color: #42459F; }
a { background-color: rgb(66,69,159); }
div.DivClassName
{
background-color: #42459F;
}
.BgClassName
{
background-color: #42459F;
}
</style>
border-color css
<style>
span { border-color: #42459F; }
span { border-color: rgb(66,69,159); }
td.TdClassName
{
border-color: #42459F;
}
.TagClassName
{
border-color: #42459F;
}
</style>