Shades of Governor Bay #464AAC
Tints of Governor Bay #464AAC
RGB
CMYK
RGB Variations
Color information
#464AAC (or 0x464AAC) is known color: Governor Bay. HEX triplet: 46, 4A and AC. RGB value is (70,74,172). Sum of RGB (Red+Green+Blue) = 70+74+172=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #464AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AAC is #B9B553. Grayscale: #535353. Windows color (decimal): -12170580 or 11291206. OLE color: 11291206.
HSL color Cylindrical-coordinate representation of color #464AAC: hue angle of 237.65º 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 #464AAC is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 74 | 172 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.33 |
| HSL | 237.65º | 0.42% | 0.47% | - |
| HSV(B) | 237.65º | 0.59% | 0.67% | - |
| XYZ | 12.42 | 9.18 | 40.15 | - |
| YUV | 83.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 172 | 0.59 | 0.57 | 0 | 0.33 | 237.65 | 0.42 | 0.47 |
| Hex | 46 | 4A | AC | 3B | 39 | 0 | 21 | EE | 2A | 2F |
| Octal | 106 | 112 | 254 | 73 | 71 | 0 | 41 | 356 | 52 | 57 |
| Binary | 1000110 | 1001010 | 10101100 | 111011 | 111001 | 0 | 100001 | 11101110 | 101010 | 101111 |
Color Harmonies of #464AAC
Complementary color
Monochromatic Colors of #464AAC
Black with #464AAC
Text Example
Text Example
White with #464AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AAC; }
p { color: rgb(70,74,172); }
H1.HeaderClassName
{
color: #464AAC;
}
.AnyTagClassName
{
color: #464AAC;
}
</style>
background-color css
<style>
a { background-color: #464AAC; }
a { background-color: rgb(70,74,172); }
div.DivClassName
{
background-color: #464AAC;
}
.BgClassName
{
background-color: #464AAC;
}
</style>
border-color css
<style>
span { border-color: #464AAC; }
span { border-color: rgb(70,74,172); }
td.TdClassName
{
border-color: #464AAC;
}
.TagClassName
{
border-color: #464AAC;
}
</style>