Shades of Governor Bay #42499B
Tints of Governor Bay #42499B
RGB
CMYK
RGB Variations
Color information
#42499B (or 0x42499B) is known color: Governor Bay. HEX triplet: 42, 49 and 9B. RGB value is (66,73,155). Sum of RGB (Red+Green+Blue) = 66+73+155=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #42499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42499B is #BDB664. Grayscale: #4F4F4F. Windows color (decimal): -12432997 or 10176834. OLE color: 10176834.
HSL color Cylindrical-coordinate representation of color #42499B: hue angle of 235.28º 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 #42499B is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 73 | 155 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.39 |
| HSL | 235.28º | 0.4% | 0.43% | - |
| HSV(B) | 235.28º | 0.57% | 0.61% | - |
| XYZ | 10.55 | 8.29 | 32.05 | - |
| YUV | 80.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 155 | 0.57 | 0.53 | 0 | 0.39 | 235.28 | 0.4 | 0.43 |
| Hex | 42 | 49 | 9B | 39 | 35 | 0 | 27 | EB | 28 | 2B |
| Octal | 102 | 111 | 233 | 71 | 65 | 0 | 47 | 353 | 50 | 53 |
| Binary | 1000010 | 1001001 | 10011011 | 111001 | 110101 | 0 | 100111 | 11101011 | 101000 | 101011 |
Color Harmonies of #42499B
Complementary color
Monochromatic Colors of #42499B
Black with #42499B
Text Example
Text Example
White with #42499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42499B; }
p { color: rgb(66,73,155); }
H1.HeaderClassName
{
color: #42499B;
}
.AnyTagClassName
{
color: #42499B;
}
</style>
background-color css
<style>
a { background-color: #42499B; }
a { background-color: rgb(66,73,155); }
div.DivClassName
{
background-color: #42499B;
}
.BgClassName
{
background-color: #42499B;
}
</style>
border-color css
<style>
span { border-color: #42499B; }
span { border-color: rgb(66,73,155); }
td.TdClassName
{
border-color: #42499B;
}
.TagClassName
{
border-color: #42499B;
}
</style>