Shades of Havelock Blue #4B6DBA
Tints of Havelock Blue #4B6DBA
RGB
CMYK
RGB Variations
Color information
#4B6DBA (or 0x4B6DBA) is known color: Havelock Blue. HEX triplet: 4B, 6D and BA. RGB value is (75,109,186). Sum of RGB (Red+Green+Blue) = 75+109+186=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6DBA is #B49245. Grayscale: #6B6B6B. Windows color (decimal): -11833926 or 12217675. OLE color: 12217675.
HSL color Cylindrical-coordinate representation of color #4B6DBA: hue angle of 221.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6DBA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 109 | 186 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.27 |
| HSL | 221.62º | 0.45% | 0.51% | - |
| HSV(B) | 221.62º | 0.6% | 0.73% | - |
| XYZ | 17.23 | 15.98 | 48.63 | - |
| YUV | 107.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 186 | 0.60 | 0.41 | 0 | 0.27 | 221.62 | 0.45 | 0.51 |
| Hex | 4B | 6D | BA | 3C | 29 | 0 | 1B | DE | 2D | 33 |
| Octal | 113 | 155 | 272 | 74 | 51 | 0 | 33 | 336 | 55 | 63 |
| Binary | 1001011 | 1101101 | 10111010 | 111100 | 101001 | 0 | 11011 | 11011110 | 101101 | 110011 |
Color Harmonies of #4B6DBA
Complementary color
Monochromatic Colors of #4B6DBA
Black with #4B6DBA
Text Example
Text Example
White with #4B6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6DBA; }
p { color: rgb(75,109,186); }
H1.HeaderClassName
{
color: #4B6DBA;
}
.AnyTagClassName
{
color: #4B6DBA;
}
</style>
background-color css
<style>
a { background-color: #4B6DBA; }
a { background-color: rgb(75,109,186); }
div.DivClassName
{
background-color: #4B6DBA;
}
.BgClassName
{
background-color: #4B6DBA;
}
</style>
border-color css
<style>
span { border-color: #4B6DBA; }
span { border-color: rgb(75,109,186); }
td.TdClassName
{
border-color: #4B6DBA;
}
.TagClassName
{
border-color: #4B6DBA;
}
</style>