Shades of Governor Bay #424CAA
Tints of Governor Bay #424CAA
RGB
CMYK
RGB Variations
Color information
#424CAA (or 0x424CAA) is known color: Governor Bay. HEX triplet: 42, 4C and AA. RGB value is (66,76,170). Sum of RGB (Red+Green+Blue) = 66+76+170=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #424CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424CAA is #BDB355. Grayscale: #535353. Windows color (decimal): -12432214 or 11160642. OLE color: 11160642.
HSL color Cylindrical-coordinate representation of color #424CAA: hue angle of 234.23º 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 #424CAA is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 76 | 170 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.33 |
| HSL | 234.23º | 0.44% | 0.46% | - |
| HSV(B) | 234.23º | 0.61% | 0.67% | - |
| XYZ | 12.09 | 9.23 | 39.17 | - |
| YUV | 83.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 170 | 0.61 | 0.55 | 0 | 0.33 | 234.23 | 0.44 | 0.46 |
| Hex | 42 | 4C | AA | 3D | 37 | 0 | 21 | EA | 2C | 2E |
| Octal | 102 | 114 | 252 | 75 | 67 | 0 | 41 | 352 | 54 | 56 |
| Binary | 1000010 | 1001100 | 10101010 | 111101 | 110111 | 0 | 100001 | 11101010 | 101100 | 101110 |
Color Harmonies of #424CAA
Complementary color
Monochromatic Colors of #424CAA
Black with #424CAA
Text Example
Text Example
White with #424CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CAA; }
p { color: rgb(66,76,170); }
H1.HeaderClassName
{
color: #424CAA;
}
.AnyTagClassName
{
color: #424CAA;
}
</style>
background-color css
<style>
a { background-color: #424CAA; }
a { background-color: rgb(66,76,170); }
div.DivClassName
{
background-color: #424CAA;
}
.BgClassName
{
background-color: #424CAA;
}
</style>
border-color css
<style>
span { border-color: #424CAA; }
span { border-color: rgb(66,76,170); }
td.TdClassName
{
border-color: #424CAA;
}
.TagClassName
{
border-color: #424CAA;
}
</style>