Shades of Governor Bay #4A469C
Tints of Governor Bay #4A469C
RGB
CMYK
RGB Variations
Color information
#4A469C (or 0x4A469C) is known color: Governor Bay. HEX triplet: 4A, 46 and 9C. RGB value is (74,70,156). Sum of RGB (Red+Green+Blue) = 74+70+156=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 70 (27.73% from 255 or 23.33% 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 #4A469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A469C is #B5B963. Grayscale: #505050. Windows color (decimal): -11909476 or 10241610. OLE color: 10241610.
HSL color Cylindrical-coordinate representation of color #4A469C: hue angle of 242.79º 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 #4A469C is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 70 | 156 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.39 |
| HSL | 242.79º | 0.38% | 0.44% | - |
| HSV(B) | 242.79º | 0.55% | 0.61% | - |
| XYZ | 11.01 | 8.24 | 32.46 | - |
| YUV | 81 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 156 | 0.53 | 0.55 | 0 | 0.39 | 242.79 | 0.38 | 0.44 |
| Hex | 4A | 46 | 9C | 35 | 37 | 0 | 27 | F3 | 26 | 2C |
| Octal | 112 | 106 | 234 | 65 | 67 | 0 | 47 | 363 | 46 | 54 |
| Binary | 1001010 | 1000110 | 10011100 | 110101 | 110111 | 0 | 100111 | 11110011 | 100110 | 101100 |
Color Harmonies of #4A469C
Complementary color
Monochromatic Colors of #4A469C
Black with #4A469C
Text Example
Text Example
White with #4A469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A469C; }
p { color: rgb(74,70,156); }
H1.HeaderClassName
{
color: #4A469C;
}
.AnyTagClassName
{
color: #4A469C;
}
</style>
background-color css
<style>
a { background-color: #4A469C; }
a { background-color: rgb(74,70,156); }
div.DivClassName
{
background-color: #4A469C;
}
.BgClassName
{
background-color: #4A469C;
}
</style>
border-color css
<style>
span { border-color: #4A469C; }
span { border-color: rgb(74,70,156); }
td.TdClassName
{
border-color: #4A469C;
}
.TagClassName
{
border-color: #4A469C;
}
</style>