Shades of Governor Bay #444B92
Tints of Governor Bay #444B92
RGB
CMYK
RGB Variations
Color information
#444B92 (or 0x444B92) is known color: Governor Bay. HEX triplet: 44, 4B and 92. RGB value is (68,75,146). Sum of RGB (Red+Green+Blue) = 68+75+146=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #444B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B92 is #BBB46D. Grayscale: #505050. Windows color (decimal): -12301422 or 9587524. OLE color: 9587524.
HSL color Cylindrical-coordinate representation of color #444B92: hue angle of 234.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444B92 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 75 | 146 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.43 |
| HSL | 234.62º | 0.36% | 0.42% | - |
| HSV(B) | 234.62º | 0.53% | 0.57% | - |
| XYZ | 10.09 | 8.34 | 28.27 | - |
| YUV | 81 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 146 | 0.53 | 0.49 | 0 | 0.43 | 234.62 | 0.36 | 0.42 |
| Hex | 44 | 4B | 92 | 35 | 31 | 0 | 2B | EB | 24 | 2A |
| Octal | 104 | 113 | 222 | 65 | 61 | 0 | 53 | 353 | 44 | 52 |
| Binary | 1000100 | 1001011 | 10010010 | 110101 | 110001 | 0 | 101011 | 11101011 | 100100 | 101010 |
Color Harmonies of #444B92
Complementary color
Monochromatic Colors of #444B92
Black with #444B92
Text Example
Text Example
White with #444B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B92; }
p { color: rgb(68,75,146); }
H1.HeaderClassName
{
color: #444B92;
}
.AnyTagClassName
{
color: #444B92;
}
</style>
background-color css
<style>
a { background-color: #444B92; }
a { background-color: rgb(68,75,146); }
div.DivClassName
{
background-color: #444B92;
}
.BgClassName
{
background-color: #444B92;
}
</style>
border-color css
<style>
span { border-color: #444B92; }
span { border-color: rgb(68,75,146); }
td.TdClassName
{
border-color: #444B92;
}
.TagClassName
{
border-color: #444B92;
}
</style>