Shades of Governor Bay #495392
Tints of Governor Bay #495392
RGB
CMYK
RGB Variations
Color information
#495392 (or 0x495392) is known color: Governor Bay. HEX triplet: 49, 53 and 92. RGB value is (73,83,146). Sum of RGB (Red+Green+Blue) = 73+83+146=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #495392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495392 is #B6AC6D. Grayscale: #565656. Windows color (decimal): -11971694 or 9589577. OLE color: 9589577.
HSL color Cylindrical-coordinate representation of color #495392: hue angle of 231.78º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495392 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 83 | 146 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.43 |
| HSL | 231.78º | 0.33% | 0.43% | - |
| HSV(B) | 231.78º | 0.5% | 0.57% | - |
| XYZ | 11.03 | 9.68 | 28.48 | - |
| YUV | 87.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 146 | 0.5 | 0.43 | 0 | 0.43 | 231.78 | 0.33 | 0.43 |
| Hex | 49 | 53 | 92 | 32 | 2B | 0 | 2B | E8 | 21 | 2B |
| Octal | 111 | 123 | 222 | 62 | 53 | 0 | 53 | 350 | 41 | 53 |
| Binary | 1001001 | 1010011 | 10010010 | 110010 | 101011 | 0 | 101011 | 11101000 | 100001 | 101011 |
Color Harmonies of #495392
Complementary color
Monochromatic Colors of #495392
Black with #495392
Text Example
Text Example
White with #495392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495392; }
p { color: rgb(73,83,146); }
H1.HeaderClassName
{
color: #495392;
}
.AnyTagClassName
{
color: #495392;
}
</style>
background-color css
<style>
a { background-color: #495392; }
a { background-color: rgb(73,83,146); }
div.DivClassName
{
background-color: #495392;
}
.BgClassName
{
background-color: #495392;
}
</style>
border-color css
<style>
span { border-color: #495392; }
span { border-color: rgb(73,83,146); }
td.TdClassName
{
border-color: #495392;
}
.TagClassName
{
border-color: #495392;
}
</style>