Shades of Governor Bay #4B45A4
Tints of Governor Bay #4B45A4
RGB
CMYK
RGB Variations
Color information
#4B45A4 (or 0x4B45A4) is known color: Governor Bay. HEX triplet: 4B, 45 and A4. RGB value is (75,69,164). Sum of RGB (Red+Green+Blue) = 75+69+164=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B45A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B45A4 is #B4BA5B. Grayscale: #515151. Windows color (decimal): -11844188 or 10765643. OLE color: 10765643.
HSL color Cylindrical-coordinate representation of color #4B45A4: hue angle of 243.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B45A4 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 69 | 164 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.36 |
| HSL | 243.79º | 0.41% | 0.46% | - |
| HSV(B) | 243.79º | 0.58% | 0.64% | - |
| XYZ | 11.73 | 8.43 | 36.13 | - |
| YUV | 81.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 164 | 0.54 | 0.58 | 0 | 0.36 | 243.79 | 0.41 | 0.46 |
| Hex | 4B | 45 | A4 | 36 | 3A | 0 | 24 | F4 | 29 | 2E |
| Octal | 113 | 105 | 244 | 66 | 72 | 0 | 44 | 364 | 51 | 56 |
| Binary | 1001011 | 1000101 | 10100100 | 110110 | 111010 | 0 | 100100 | 11110100 | 101001 | 101110 |
Color Harmonies of #4B45A4
Complementary color
Monochromatic Colors of #4B45A4
Black with #4B45A4
Text Example
Text Example
White with #4B45A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B45A4; }
p { color: rgb(75,69,164); }
H1.HeaderClassName
{
color: #4B45A4;
}
.AnyTagClassName
{
color: #4B45A4;
}
</style>
background-color css
<style>
a { background-color: #4B45A4; }
a { background-color: rgb(75,69,164); }
div.DivClassName
{
background-color: #4B45A4;
}
.BgClassName
{
background-color: #4B45A4;
}
</style>
border-color css
<style>
span { border-color: #4B45A4; }
span { border-color: rgb(75,69,164); }
td.TdClassName
{
border-color: #4B45A4;
}
.TagClassName
{
border-color: #4B45A4;
}
</style>