Shades of Governor Bay #4254A2
Tints of Governor Bay #4254A2
RGB
CMYK
RGB Variations
Color information
#4254A2 (or 0x4254A2) is known color: Governor Bay. HEX triplet: 42, 54 and A2. RGB value is (66,84,162). Sum of RGB (Red+Green+Blue) = 66+84+162=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #4254A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4254A2 is #BDAB5D. Grayscale: #575757. Windows color (decimal): -12430174 or 10638402. OLE color: 10638402.
HSL color Cylindrical-coordinate representation of color #4254A2: hue angle of 228.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4254A2 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 84 | 162 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.36 |
| HSL | 228.75º | 0.42% | 0.45% | - |
| HSV(B) | 228.75º | 0.59% | 0.64% | - |
| XYZ | 11.94 | 10.11 | 35.5 | - |
| YUV | 87.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 162 | 0.59 | 0.48 | 0 | 0.36 | 228.75 | 0.42 | 0.45 |
| Hex | 42 | 54 | A2 | 3B | 30 | 0 | 24 | E5 | 2A | 2D |
| Octal | 102 | 124 | 242 | 73 | 60 | 0 | 44 | 345 | 52 | 55 |
| Binary | 1000010 | 1010100 | 10100010 | 111011 | 110000 | 0 | 100100 | 11100101 | 101010 | 101101 |
Color Harmonies of #4254A2
Complementary color
Monochromatic Colors of #4254A2
Black with #4254A2
Text Example
Text Example
White with #4254A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4254A2; }
p { color: rgb(66,84,162); }
H1.HeaderClassName
{
color: #4254A2;
}
.AnyTagClassName
{
color: #4254A2;
}
</style>
background-color css
<style>
a { background-color: #4254A2; }
a { background-color: rgb(66,84,162); }
div.DivClassName
{
background-color: #4254A2;
}
.BgClassName
{
background-color: #4254A2;
}
</style>
border-color css
<style>
span { border-color: #4254A2; }
span { border-color: rgb(66,84,162); }
td.TdClassName
{
border-color: #4254A2;
}
.TagClassName
{
border-color: #4254A2;
}
</style>