Shades of Governor Bay #404AAA
Tints of Governor Bay #404AAA
RGB
CMYK
RGB Variations
Color information
#404AAA (or 0x404AAA) is known color: Governor Bay. HEX triplet: 40, 4A and AA. RGB value is (64,74,170). Sum of RGB (Red+Green+Blue) = 64+74+170=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #404AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404AAA is #BFB555. Grayscale: #515151. Windows color (decimal): -12563798 or 11160128. OLE color: 11160128.
HSL color Cylindrical-coordinate representation of color #404AAA: hue angle of 234.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #404AAA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 74 | 170 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.33 |
| HSL | 234.34º | 0.45% | 0.46% | - |
| HSV(B) | 234.34º | 0.62% | 0.67% | - |
| XYZ | 11.82 | 8.89 | 39.12 | - |
| YUV | 81.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 170 | 0.62 | 0.56 | 0 | 0.33 | 234.34 | 0.45 | 0.46 |
| Hex | 40 | 4A | AA | 3E | 38 | 0 | 21 | EA | 2D | 2E |
| Octal | 100 | 112 | 252 | 76 | 70 | 0 | 41 | 352 | 55 | 56 |
| Binary | 1000000 | 1001010 | 10101010 | 111110 | 111000 | 0 | 100001 | 11101010 | 101101 | 101110 |
Color Harmonies of #404AAA
Complementary color
Monochromatic Colors of #404AAA
Black with #404AAA
Text Example
Text Example
White with #404AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AAA; }
p { color: rgb(64,74,170); }
H1.HeaderClassName
{
color: #404AAA;
}
.AnyTagClassName
{
color: #404AAA;
}
</style>
background-color css
<style>
a { background-color: #404AAA; }
a { background-color: rgb(64,74,170); }
div.DivClassName
{
background-color: #404AAA;
}
.BgClassName
{
background-color: #404AAA;
}
</style>
border-color css
<style>
span { border-color: #404AAA; }
span { border-color: rgb(64,74,170); }
td.TdClassName
{
border-color: #404AAA;
}
.TagClassName
{
border-color: #404AAA;
}
</style>