Shades of Governor Bay #453FAD
Tints of Governor Bay #453FAD
RGB
CMYK
RGB Variations
Color information
#453FAD (or 0x453FAD) is known color: Governor Bay. HEX triplet: 45, 3F and AD. RGB value is (69,63,173). Sum of RGB (Red+Green+Blue) = 69+63+173=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #453FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453FAD is #BAC052. Grayscale: #4C4C4C. Windows color (decimal): -12238931 or 11353925. OLE color: 11353925.
HSL color Cylindrical-coordinate representation of color #453FAD: hue angle of 243.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453FAD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 63 | 173 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.32 |
| HSL | 243.27º | 0.47% | 0.46% | - |
| HSV(B) | 243.27º | 0.64% | 0.68% | - |
| XYZ | 11.77 | 7.84 | 40.43 | - |
| YUV | 77.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 173 | 0.60 | 0.64 | 0 | 0.32 | 243.27 | 0.47 | 0.46 |
| Hex | 45 | 3F | AD | 3C | 40 | 0 | 20 | F3 | 2F | 2E |
| Octal | 105 | 77 | 255 | 74 | 100 | 0 | 40 | 363 | 57 | 56 |
| Binary | 1000101 | 111111 | 10101101 | 111100 | 1000000 | 0 | 100000 | 11110011 | 101111 | 101110 |
Color Harmonies of #453FAD
Complementary color
Monochromatic Colors of #453FAD
Black with #453FAD
Text Example
Text Example
White with #453FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FAD; }
p { color: rgb(69,63,173); }
H1.HeaderClassName
{
color: #453FAD;
}
.AnyTagClassName
{
color: #453FAD;
}
</style>
background-color css
<style>
a { background-color: #453FAD; }
a { background-color: rgb(69,63,173); }
div.DivClassName
{
background-color: #453FAD;
}
.BgClassName
{
background-color: #453FAD;
}
</style>
border-color css
<style>
span { border-color: #453FAD; }
span { border-color: rgb(69,63,173); }
td.TdClassName
{
border-color: #453FAD;
}
.TagClassName
{
border-color: #453FAD;
}
</style>