Shades of Governor Bay #42449C
Tints of Governor Bay #42449C
RGB
CMYK
RGB Variations
Color information
#42449C (or 0x42449C) is known color: Governor Bay. HEX triplet: 42, 44 and 9C. RGB value is (66,68,156). Sum of RGB (Red+Green+Blue) = 66+68+156=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #42449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42449C is #BDBB63. Grayscale: #4D4D4D. Windows color (decimal): -12434276 or 10241090. OLE color: 10241090.
HSL color Cylindrical-coordinate representation of color #42449C: hue angle of 238.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42449C is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 68 | 156 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.39 |
| HSL | 238.67º | 0.41% | 0.44% | - |
| HSV(B) | 238.67º | 0.58% | 0.61% | - |
| XYZ | 10.31 | 7.69 | 32.39 | - |
| YUV | 77.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 156 | 0.58 | 0.56 | 0 | 0.39 | 238.67 | 0.41 | 0.44 |
| Hex | 42 | 44 | 9C | 3A | 38 | 0 | 27 | EF | 29 | 2C |
| Octal | 102 | 104 | 234 | 72 | 70 | 0 | 47 | 357 | 51 | 54 |
| Binary | 1000010 | 1000100 | 10011100 | 111010 | 111000 | 0 | 100111 | 11101111 | 101001 | 101100 |
Color Harmonies of #42449C
Complementary color
Monochromatic Colors of #42449C
Black with #42449C
Text Example
Text Example
White with #42449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42449C; }
p { color: rgb(66,68,156); }
H1.HeaderClassName
{
color: #42449C;
}
.AnyTagClassName
{
color: #42449C;
}
</style>
background-color css
<style>
a { background-color: #42449C; }
a { background-color: rgb(66,68,156); }
div.DivClassName
{
background-color: #42449C;
}
.BgClassName
{
background-color: #42449C;
}
</style>
border-color css
<style>
span { border-color: #42449C; }
span { border-color: rgb(66,68,156); }
td.TdClassName
{
border-color: #42449C;
}
.TagClassName
{
border-color: #42449C;
}
</style>