Shades of Governor Bay #42479B
Tints of Governor Bay #42479B
RGB
CMYK
RGB Variations
Color information
#42479B (or 0x42479B) is known color: Governor Bay. HEX triplet: 42, 47 and 9B. RGB value is (66,71,155). Sum of RGB (Red+Green+Blue) = 66+71+155=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #42479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479B is #BDB864. Grayscale: #4E4E4E. Windows color (decimal): -12433509 or 10176322. OLE color: 10176322.
HSL color Cylindrical-coordinate representation of color #42479B: hue angle of 236.63º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42479B is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 71 | 155 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.39 |
| HSL | 236.63º | 0.4% | 0.43% | - |
| HSV(B) | 236.63º | 0.57% | 0.61% | - |
| XYZ | 10.42 | 8.03 | 32.01 | - |
| YUV | 79.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 155 | 0.57 | 0.54 | 0 | 0.39 | 236.63 | 0.4 | 0.43 |
| Hex | 42 | 47 | 9B | 39 | 36 | 0 | 27 | ED | 28 | 2B |
| Octal | 102 | 107 | 233 | 71 | 66 | 0 | 47 | 355 | 50 | 53 |
| Binary | 1000010 | 1000111 | 10011011 | 111001 | 110110 | 0 | 100111 | 11101101 | 101000 | 101011 |
Color Harmonies of #42479B
Complementary color
Monochromatic Colors of #42479B
Black with #42479B
Text Example
Text Example
White with #42479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42479B; }
p { color: rgb(66,71,155); }
H1.HeaderClassName
{
color: #42479B;
}
.AnyTagClassName
{
color: #42479B;
}
</style>
background-color css
<style>
a { background-color: #42479B; }
a { background-color: rgb(66,71,155); }
div.DivClassName
{
background-color: #42479B;
}
.BgClassName
{
background-color: #42479B;
}
</style>
border-color css
<style>
span { border-color: #42479B; }
span { border-color: rgb(66,71,155); }
td.TdClassName
{
border-color: #42479B;
}
.TagClassName
{
border-color: #42479B;
}
</style>