Shades of Governor Bay #4341AB
Tints of Governor Bay #4341AB
RGB
CMYK
RGB Variations
Color information
#4341AB (or 0x4341AB) is known color: Governor Bay. HEX triplet: 43, 41 and AB. RGB value is (67,65,171). Sum of RGB (Red+Green+Blue) = 67+65+171=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #4341AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4341AB is #BCBE54. Grayscale: #4D4D4D. Windows color (decimal): -12369493 or 11223363. OLE color: 11223363.
HSL color Cylindrical-coordinate representation of color #4341AB: hue angle of 241.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4341AB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 65 | 171 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.33 |
| HSL | 241.13º | 0.45% | 0.46% | - |
| HSV(B) | 241.13º | 0.62% | 0.67% | - |
| XYZ | 11.56 | 7.91 | 39.45 | - |
| YUV | 77.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 171 | 0.61 | 0.62 | 0 | 0.33 | 241.13 | 0.45 | 0.46 |
| Hex | 43 | 41 | AB | 3D | 3E | 0 | 21 | F1 | 2D | 2E |
| Octal | 103 | 101 | 253 | 75 | 76 | 0 | 41 | 361 | 55 | 56 |
| Binary | 1000011 | 1000001 | 10101011 | 111101 | 111110 | 0 | 100001 | 11110001 | 101101 | 101110 |
Color Harmonies of #4341AB
Complementary color
Monochromatic Colors of #4341AB
Black with #4341AB
Text Example
Text Example
White with #4341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341AB; }
p { color: rgb(67,65,171); }
H1.HeaderClassName
{
color: #4341AB;
}
.AnyTagClassName
{
color: #4341AB;
}
</style>
background-color css
<style>
a { background-color: #4341AB; }
a { background-color: rgb(67,65,171); }
div.DivClassName
{
background-color: #4341AB;
}
.BgClassName
{
background-color: #4341AB;
}
</style>
border-color css
<style>
span { border-color: #4341AB; }
span { border-color: rgb(67,65,171); }
td.TdClassName
{
border-color: #4341AB;
}
.TagClassName
{
border-color: #4341AB;
}
</style>