Shades of Governor Bay #4248AD
Tints of Governor Bay #4248AD
RGB
CMYK
RGB Variations
Color information
#4248AD (or 0x4248AD) is known color: Governor Bay. HEX triplet: 42, 48 and AD. RGB value is (66,72,173). Sum of RGB (Red+Green+Blue) = 66+72+173=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4248AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4248AD is #BDB752. Grayscale: #515151. Windows color (decimal): -12433235 or 11356226. OLE color: 11356226.
HSL color Cylindrical-coordinate representation of color #4248AD: hue angle of 236.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4248AD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 72 | 173 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.32 |
| HSL | 236.64º | 0.45% | 0.47% | - |
| HSV(B) | 236.64º | 0.62% | 0.68% | - |
| XYZ | 12.11 | 8.81 | 40.6 | - |
| YUV | 81.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 173 | 0.62 | 0.58 | 0 | 0.32 | 236.64 | 0.45 | 0.47 |
| Hex | 42 | 48 | AD | 3E | 3A | 0 | 20 | ED | 2D | 2F |
| Octal | 102 | 110 | 255 | 76 | 72 | 0 | 40 | 355 | 55 | 57 |
| Binary | 1000010 | 1001000 | 10101101 | 111110 | 111010 | 0 | 100000 | 11101101 | 101101 | 101111 |
Color Harmonies of #4248AD
Complementary color
Monochromatic Colors of #4248AD
Black with #4248AD
Text Example
Text Example
White with #4248AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4248AD; }
p { color: rgb(66,72,173); }
H1.HeaderClassName
{
color: #4248AD;
}
.AnyTagClassName
{
color: #4248AD;
}
</style>
background-color css
<style>
a { background-color: #4248AD; }
a { background-color: rgb(66,72,173); }
div.DivClassName
{
background-color: #4248AD;
}
.BgClassName
{
background-color: #4248AD;
}
</style>
border-color css
<style>
span { border-color: #4248AD; }
span { border-color: rgb(66,72,173); }
td.TdClassName
{
border-color: #4248AD;
}
.TagClassName
{
border-color: #4248AD;
}
</style>