Shades of Governor Bay #424A9A
Tints of Governor Bay #424A9A
RGB
CMYK
RGB Variations
Color information
#424A9A (or 0x424A9A) is known color: Governor Bay. HEX triplet: 42, 4A and 9A. RGB value is (66,74,154). Sum of RGB (Red+Green+Blue) = 66+74+154=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #424A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A9A is #BDB565. Grayscale: #505050. Windows color (decimal): -12432742 or 10111554. OLE color: 10111554.
HSL color Cylindrical-coordinate representation of color #424A9A: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424A9A is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 74 | 154 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.40 |
| HSL | 234.55º | 0.4% | 0.43% | - |
| HSV(B) | 234.55º | 0.57% | 0.6% | - |
| XYZ | 10.53 | 8.39 | 31.64 | - |
| YUV | 80.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 154 | 0.57 | 0.52 | 0 | 0.40 | 234.55 | 0.4 | 0.43 |
| Hex | 42 | 4A | 9A | 39 | 34 | 0 | 28 | EB | 28 | 2B |
| Octal | 102 | 112 | 232 | 71 | 64 | 0 | 50 | 353 | 50 | 53 |
| Binary | 1000010 | 1001010 | 10011010 | 111001 | 110100 | 0 | 101000 | 11101011 | 101000 | 101011 |
Color Harmonies of #424A9A
Complementary color
Monochromatic Colors of #424A9A
Black with #424A9A
Text Example
Text Example
White with #424A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A9A; }
p { color: rgb(66,74,154); }
H1.HeaderClassName
{
color: #424A9A;
}
.AnyTagClassName
{
color: #424A9A;
}
</style>
background-color css
<style>
a { background-color: #424A9A; }
a { background-color: rgb(66,74,154); }
div.DivClassName
{
background-color: #424A9A;
}
.BgClassName
{
background-color: #424A9A;
}
</style>
border-color css
<style>
span { border-color: #424A9A; }
span { border-color: rgb(66,74,154); }
td.TdClassName
{
border-color: #424A9A;
}
.TagClassName
{
border-color: #424A9A;
}
</style>