Shades of Governor Bay #4441AF
Tints of Governor Bay #4441AF
RGB
CMYK
RGB Variations
Color information
#4441AF (or 0x4441AF) is known color: Governor Bay. HEX triplet: 44, 41 and AF. RGB value is (68,65,175). Sum of RGB (Red+Green+Blue) = 68+65+175=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #4441AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441AF is #BBBE50. Grayscale: #4E4E4E. Windows color (decimal): -12303953 or 11485508. OLE color: 11485508.
HSL color Cylindrical-coordinate representation of color #4441AF: hue angle of 241.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4441AF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 65 | 175 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.31 |
| HSL | 241.64º | 0.46% | 0.47% | - |
| HSV(B) | 241.64º | 0.63% | 0.69% | - |
| XYZ | 12.01 | 8.1 | 41.49 | - |
| YUV | 78.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 175 | 0.61 | 0.63 | 0 | 0.31 | 241.64 | 0.46 | 0.47 |
| Hex | 44 | 41 | AF | 3D | 3F | 0 | 1F | F2 | 2E | 2F |
| Octal | 104 | 101 | 257 | 75 | 77 | 0 | 37 | 362 | 56 | 57 |
| Binary | 1000100 | 1000001 | 10101111 | 111101 | 111111 | 0 | 11111 | 11110010 | 101110 | 101111 |
Color Harmonies of #4441AF
Complementary color
Monochromatic Colors of #4441AF
Black with #4441AF
Text Example
Text Example
White with #4441AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441AF; }
p { color: rgb(68,65,175); }
H1.HeaderClassName
{
color: #4441AF;
}
.AnyTagClassName
{
color: #4441AF;
}
</style>
background-color css
<style>
a { background-color: #4441AF; }
a { background-color: rgb(68,65,175); }
div.DivClassName
{
background-color: #4441AF;
}
.BgClassName
{
background-color: #4441AF;
}
</style>
border-color css
<style>
span { border-color: #4441AF; }
span { border-color: rgb(68,65,175); }
td.TdClassName
{
border-color: #4441AF;
}
.TagClassName
{
border-color: #4441AF;
}
</style>