Shades of Governor Bay #42549B
Tints of Governor Bay #42549B
RGB
CMYK
RGB Variations
Color information
#42549B (or 0x42549B) is known color: Governor Bay. HEX triplet: 42, 54 and 9B. RGB value is (66,84,155). Sum of RGB (Red+Green+Blue) = 66+84+155=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #42549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42549B is #BDAB64. Grayscale: #565656. Windows color (decimal): -12430181 or 10179650. OLE color: 10179650.
HSL color Cylindrical-coordinate representation of color #42549B: hue angle of 227.87º 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 #42549B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 84 | 155 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.39 |
| HSL | 227.87º | 0.4% | 0.43% | - |
| HSV(B) | 227.87º | 0.57% | 0.61% | - |
| XYZ | 11.33 | 9.87 | 32.32 | - |
| YUV | 86.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 155 | 0.57 | 0.46 | 0 | 0.39 | 227.87 | 0.4 | 0.43 |
| Hex | 42 | 54 | 9B | 39 | 2E | 0 | 27 | E4 | 28 | 2B |
| Octal | 102 | 124 | 233 | 71 | 56 | 0 | 47 | 344 | 50 | 53 |
| Binary | 1000010 | 1010100 | 10011011 | 111001 | 101110 | 0 | 100111 | 11100100 | 101000 | 101011 |
Color Harmonies of #42549B
Complementary color
Monochromatic Colors of #42549B
Black with #42549B
Text Example
Text Example
White with #42549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42549B; }
p { color: rgb(66,84,155); }
H1.HeaderClassName
{
color: #42549B;
}
.AnyTagClassName
{
color: #42549B;
}
</style>
background-color css
<style>
a { background-color: #42549B; }
a { background-color: rgb(66,84,155); }
div.DivClassName
{
background-color: #42549B;
}
.BgClassName
{
background-color: #42549B;
}
</style>
border-color css
<style>
span { border-color: #42549B; }
span { border-color: rgb(66,84,155); }
td.TdClassName
{
border-color: #42549B;
}
.TagClassName
{
border-color: #42549B;
}
</style>