Shades of Governor Bay #4250AA
Tints of Governor Bay #4250AA
RGB
CMYK
RGB Variations
Color information
#4250AA (or 0x4250AA) is known color: Governor Bay. HEX triplet: 42, 50 and AA. RGB value is (66,80,170). Sum of RGB (Red+Green+Blue) = 66+80+170=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #4250AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4250AA is #BDAF55. Grayscale: #555555. Windows color (decimal): -12431190 or 11161666. OLE color: 11161666.
HSL color Cylindrical-coordinate representation of color #4250AA: hue angle of 231.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4250AA is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 80 | 170 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.33 |
| HSL | 231.92º | 0.44% | 0.46% | - |
| HSV(B) | 231.92º | 0.61% | 0.67% | - |
| XYZ | 12.37 | 9.8 | 39.27 | - |
| YUV | 86.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 170 | 0.61 | 0.53 | 0 | 0.33 | 231.92 | 0.44 | 0.46 |
| Hex | 42 | 50 | AA | 3D | 35 | 0 | 21 | E8 | 2C | 2E |
| Octal | 102 | 120 | 252 | 75 | 65 | 0 | 41 | 350 | 54 | 56 |
| Binary | 1000010 | 1010000 | 10101010 | 111101 | 110101 | 0 | 100001 | 11101000 | 101100 | 101110 |
Color Harmonies of #4250AA
Complementary color
Monochromatic Colors of #4250AA
Black with #4250AA
Text Example
Text Example
White with #4250AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250AA; }
p { color: rgb(66,80,170); }
H1.HeaderClassName
{
color: #4250AA;
}
.AnyTagClassName
{
color: #4250AA;
}
</style>
background-color css
<style>
a { background-color: #4250AA; }
a { background-color: rgb(66,80,170); }
div.DivClassName
{
background-color: #4250AA;
}
.BgClassName
{
background-color: #4250AA;
}
</style>
border-color css
<style>
span { border-color: #4250AA; }
span { border-color: rgb(66,80,170); }
td.TdClassName
{
border-color: #4250AA;
}
.TagClassName
{
border-color: #4250AA;
}
</style>