Shades of Governor Bay #474B8C
Tints of Governor Bay #474B8C
RGB
CMYK
RGB Variations
Color information
#474B8C (or 0x474B8C) is known color: Governor Bay. HEX triplet: 47, 4B and 8C. RGB value is (71,75,140). Sum of RGB (Red+Green+Blue) = 71+75+140=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #474B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B8C is #B8B473. Grayscale: #505050. Windows color (decimal): -12104820 or 9194311. OLE color: 9194311.
HSL color Cylindrical-coordinate representation of color #474B8C: hue angle of 236.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474B8C is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 75 | 140 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.45 |
| HSL | 236.52º | 0.33% | 0.41% | - |
| HSV(B) | 236.52º | 0.49% | 0.55% | - |
| XYZ | 9.85 | 8.27 | 25.89 | - |
| YUV | 81.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 140 | 0.49 | 0.46 | 0 | 0.45 | 236.52 | 0.33 | 0.41 |
| Hex | 47 | 4B | 8C | 31 | 2E | 0 | 2D | ED | 21 | 29 |
| Octal | 107 | 113 | 214 | 61 | 56 | 0 | 55 | 355 | 41 | 51 |
| Binary | 1000111 | 1001011 | 10001100 | 110001 | 101110 | 0 | 101101 | 11101101 | 100001 | 101001 |
Color Harmonies of #474B8C
Complementary color
Monochromatic Colors of #474B8C
Black with #474B8C
Text Example
Text Example
White with #474B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B8C; }
p { color: rgb(71,75,140); }
H1.HeaderClassName
{
color: #474B8C;
}
.AnyTagClassName
{
color: #474B8C;
}
</style>
background-color css
<style>
a { background-color: #474B8C; }
a { background-color: rgb(71,75,140); }
div.DivClassName
{
background-color: #474B8C;
}
.BgClassName
{
background-color: #474B8C;
}
</style>
border-color css
<style>
span { border-color: #474B8C; }
span { border-color: rgb(71,75,140); }
td.TdClassName
{
border-color: #474B8C;
}
.TagClassName
{
border-color: #474B8C;
}
</style>