Shades of Governor Bay #42509D
Tints of Governor Bay #42509D
RGB
CMYK
RGB Variations
Color information
#42509D (or 0x42509D) is known color: Governor Bay. HEX triplet: 42, 50 and 9D. RGB value is (66,80,157). Sum of RGB (Red+Green+Blue) = 66+80+157=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #42509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42509D is #BDAF62. Grayscale: #545454. Windows color (decimal): -12431203 or 10309698. OLE color: 10309698.
HSL color Cylindrical-coordinate representation of color #42509D: hue angle of 230.77º 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 #42509D is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 80 | 157 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.38 |
| HSL | 230.77º | 0.41% | 0.44% | - |
| HSV(B) | 230.77º | 0.58% | 0.62% | - |
| XYZ | 11.2 | 9.33 | 33.11 | - |
| YUV | 84.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 157 | 0.58 | 0.49 | 0 | 0.38 | 230.77 | 0.41 | 0.44 |
| Hex | 42 | 50 | 9D | 3A | 31 | 0 | 26 | E7 | 29 | 2C |
| Octal | 102 | 120 | 235 | 72 | 61 | 0 | 46 | 347 | 51 | 54 |
| Binary | 1000010 | 1010000 | 10011101 | 111010 | 110001 | 0 | 100110 | 11100111 | 101001 | 101100 |
Color Harmonies of #42509D
Complementary color
Monochromatic Colors of #42509D
Black with #42509D
Text Example
Text Example
White with #42509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42509D; }
p { color: rgb(66,80,157); }
H1.HeaderClassName
{
color: #42509D;
}
.AnyTagClassName
{
color: #42509D;
}
</style>
background-color css
<style>
a { background-color: #42509D; }
a { background-color: rgb(66,80,157); }
div.DivClassName
{
background-color: #42509D;
}
.BgClassName
{
background-color: #42509D;
}
</style>
border-color css
<style>
span { border-color: #42509D; }
span { border-color: rgb(66,80,157); }
td.TdClassName
{
border-color: #42509D;
}
.TagClassName
{
border-color: #42509D;
}
</style>