Shades of Governor Bay #464A9C
Tints of Governor Bay #464A9C
RGB
CMYK
RGB Variations
Color information
#464A9C (or 0x464A9C) is known color: Governor Bay. HEX triplet: 46, 4A and 9C. RGB value is (70,74,156). Sum of RGB (Red+Green+Blue) = 70+74+156=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #464A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A9C is #B9B563. Grayscale: #515151. Windows color (decimal): -12170596 or 10242630. OLE color: 10242630.
HSL color Cylindrical-coordinate representation of color #464A9C: hue angle of 237.21º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464A9C is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 74 | 156 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.39 |
| HSL | 237.21º | 0.38% | 0.44% | - |
| HSV(B) | 237.21º | 0.55% | 0.61% | - |
| XYZ | 10.98 | 8.6 | 32.53 | - |
| YUV | 82.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 156 | 0.55 | 0.53 | 0 | 0.39 | 237.21 | 0.38 | 0.44 |
| Hex | 46 | 4A | 9C | 37 | 35 | 0 | 27 | ED | 26 | 2C |
| Octal | 106 | 112 | 234 | 67 | 65 | 0 | 47 | 355 | 46 | 54 |
| Binary | 1000110 | 1001010 | 10011100 | 110111 | 110101 | 0 | 100111 | 11101101 | 100110 | 101100 |
Color Harmonies of #464A9C
Complementary color
Monochromatic Colors of #464A9C
Black with #464A9C
Text Example
Text Example
White with #464A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A9C; }
p { color: rgb(70,74,156); }
H1.HeaderClassName
{
color: #464A9C;
}
.AnyTagClassName
{
color: #464A9C;
}
</style>
background-color css
<style>
a { background-color: #464A9C; }
a { background-color: rgb(70,74,156); }
div.DivClassName
{
background-color: #464A9C;
}
.BgClassName
{
background-color: #464A9C;
}
</style>
border-color css
<style>
span { border-color: #464A9C; }
span { border-color: rgb(70,74,156); }
td.TdClassName
{
border-color: #464A9C;
}
.TagClassName
{
border-color: #464A9C;
}
</style>