Shades of Governor Bay #444BAB
Tints of Governor Bay #444BAB
RGB
CMYK
RGB Variations
Color information
#444BAB (or 0x444BAB) is known color: Governor Bay. HEX triplet: 44, 4B and AB. RGB value is (68,75,171). Sum of RGB (Red+Green+Blue) = 68+75+171=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #444BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BAB is #BBB454. Grayscale: #535353. Windows color (decimal): -12301397 or 11225924. OLE color: 11225924.
HSL color Cylindrical-coordinate representation of color #444BAB: hue angle of 235.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444BAB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 75 | 171 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.33 |
| HSL | 235.92º | 0.43% | 0.47% | - |
| HSV(B) | 235.92º | 0.6% | 0.67% | - |
| XYZ | 12.25 | 9.2 | 39.66 | - |
| YUV | 83.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 171 | 0.60 | 0.56 | 0 | 0.33 | 235.92 | 0.43 | 0.47 |
| Hex | 44 | 4B | AB | 3C | 38 | 0 | 21 | EC | 2B | 2F |
| Octal | 104 | 113 | 253 | 74 | 70 | 0 | 41 | 354 | 53 | 57 |
| Binary | 1000100 | 1001011 | 10101011 | 111100 | 111000 | 0 | 100001 | 11101100 | 101011 | 101111 |
Color Harmonies of #444BAB
Complementary color
Monochromatic Colors of #444BAB
Black with #444BAB
Text Example
Text Example
White with #444BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BAB; }
p { color: rgb(68,75,171); }
H1.HeaderClassName
{
color: #444BAB;
}
.AnyTagClassName
{
color: #444BAB;
}
</style>
background-color css
<style>
a { background-color: #444BAB; }
a { background-color: rgb(68,75,171); }
div.DivClassName
{
background-color: #444BAB;
}
.BgClassName
{
background-color: #444BAB;
}
</style>
border-color css
<style>
span { border-color: #444BAB; }
span { border-color: rgb(68,75,171); }
td.TdClassName
{
border-color: #444BAB;
}
.TagClassName
{
border-color: #444BAB;
}
</style>