Shades of Governor Bay #424AA4
Tints of Governor Bay #424AA4
RGB
CMYK
RGB Variations
Color information
#424AA4 (or 0x424AA4) is known color: Governor Bay. HEX triplet: 42, 4A and A4. RGB value is (66,74,164). Sum of RGB (Red+Green+Blue) = 66+74+164=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #424AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AA4 is #BDB55B. Grayscale: #515151. Windows color (decimal): -12432732 or 10766914. OLE color: 10766914.
HSL color Cylindrical-coordinate representation of color #424AA4: hue angle of 235.1º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #424AA4 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 74 | 164 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.36 |
| HSL | 235.1º | 0.43% | 0.45% | - |
| HSV(B) | 235.1º | 0.6% | 0.64% | - |
| XYZ | 11.4 | 8.74 | 36.21 | - |
| YUV | 81.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 164 | 0.60 | 0.55 | 0 | 0.36 | 235.1 | 0.43 | 0.45 |
| Hex | 42 | 4A | A4 | 3C | 37 | 0 | 24 | EB | 2B | 2D |
| Octal | 102 | 112 | 244 | 74 | 67 | 0 | 44 | 353 | 53 | 55 |
| Binary | 1000010 | 1001010 | 10100100 | 111100 | 110111 | 0 | 100100 | 11101011 | 101011 | 101101 |
Color Harmonies of #424AA4
Complementary color
Monochromatic Colors of #424AA4
Black with #424AA4
Text Example
Text Example
White with #424AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AA4; }
p { color: rgb(66,74,164); }
H1.HeaderClassName
{
color: #424AA4;
}
.AnyTagClassName
{
color: #424AA4;
}
</style>
background-color css
<style>
a { background-color: #424AA4; }
a { background-color: rgb(66,74,164); }
div.DivClassName
{
background-color: #424AA4;
}
.BgClassName
{
background-color: #424AA4;
}
</style>
border-color css
<style>
span { border-color: #424AA4; }
span { border-color: rgb(66,74,164); }
td.TdClassName
{
border-color: #424AA4;
}
.TagClassName
{
border-color: #424AA4;
}
</style>