Shades of Governor Bay #464BAA
Tints of Governor Bay #464BAA
RGB
CMYK
RGB Variations
Color information
#464BAA (or 0x464BAA) is known color: Governor Bay. HEX triplet: 46, 4B and AA. RGB value is (70,75,170). Sum of RGB (Red+Green+Blue) = 70+75+170=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #464BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BAA is #B9B455. Grayscale: #535353. Windows color (decimal): -12170326 or 11160390. OLE color: 11160390.
HSL color Cylindrical-coordinate representation of color #464BAA: hue angle of 237º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #464BAA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 75 | 170 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.33 |
| HSL | 237º | 0.42% | 0.47% | - |
| HSV(B) | 237º | 0.59% | 0.67% | - |
| XYZ | 12.3 | 9.24 | 39.16 | - |
| YUV | 84.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 170 | 0.59 | 0.56 | 0 | 0.33 | 237 | 0.42 | 0.47 |
| Hex | 46 | 4B | AA | 3B | 38 | 0 | 21 | ED | 2A | 2F |
| Octal | 106 | 113 | 252 | 73 | 70 | 0 | 41 | 355 | 52 | 57 |
| Binary | 1000110 | 1001011 | 10101010 | 111011 | 111000 | 0 | 100001 | 11101101 | 101010 | 101111 |
Color Harmonies of #464BAA
Complementary color
Monochromatic Colors of #464BAA
Black with #464BAA
Text Example
Text Example
White with #464BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BAA; }
p { color: rgb(70,75,170); }
H1.HeaderClassName
{
color: #464BAA;
}
.AnyTagClassName
{
color: #464BAA;
}
</style>
background-color css
<style>
a { background-color: #464BAA; }
a { background-color: rgb(70,75,170); }
div.DivClassName
{
background-color: #464BAA;
}
.BgClassName
{
background-color: #464BAA;
}
</style>
border-color css
<style>
span { border-color: #464BAA; }
span { border-color: rgb(70,75,170); }
td.TdClassName
{
border-color: #464BAA;
}
.TagClassName
{
border-color: #464BAA;
}
</style>