Shades of Governor Bay #464CA2
Tints of Governor Bay #464CA2
RGB
CMYK
RGB Variations
Color information
#464CA2 (or 0x464CA2) is known color: Governor Bay. HEX triplet: 46, 4C and A2. RGB value is (70,76,162). Sum of RGB (Red+Green+Blue) = 70+76+162=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #464CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CA2 is #B9B35D. Grayscale: #535353. Windows color (decimal): -12170078 or 10636358. OLE color: 10636358.
HSL color Cylindrical-coordinate representation of color #464CA2: hue angle of 236.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464CA2 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 76 | 162 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.36 |
| HSL | 236.09º | 0.4% | 0.45% | - |
| HSV(B) | 236.09º | 0.57% | 0.64% | - |
| XYZ | 11.63 | 9.08 | 35.32 | - |
| YUV | 84.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 162 | 0.57 | 0.53 | 0 | 0.36 | 236.09 | 0.4 | 0.45 |
| Hex | 46 | 4C | A2 | 39 | 35 | 0 | 24 | EC | 28 | 2D |
| Octal | 106 | 114 | 242 | 71 | 65 | 0 | 44 | 354 | 50 | 55 |
| Binary | 1000110 | 1001100 | 10100010 | 111001 | 110101 | 0 | 100100 | 11101100 | 101000 | 101101 |
Color Harmonies of #464CA2
Complementary color
Monochromatic Colors of #464CA2
Black with #464CA2
Text Example
Text Example
White with #464CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CA2; }
p { color: rgb(70,76,162); }
H1.HeaderClassName
{
color: #464CA2;
}
.AnyTagClassName
{
color: #464CA2;
}
</style>
background-color css
<style>
a { background-color: #464CA2; }
a { background-color: rgb(70,76,162); }
div.DivClassName
{
background-color: #464CA2;
}
.BgClassName
{
background-color: #464CA2;
}
</style>
border-color css
<style>
span { border-color: #464CA2; }
span { border-color: rgb(70,76,162); }
td.TdClassName
{
border-color: #464CA2;
}
.TagClassName
{
border-color: #464CA2;
}
</style>