Shades of Havelock Blue #4984D3
Tints of Havelock Blue #4984D3
RGB
CMYK
RGB Variations
Color information
#4984D3 (or 0x4984D3) is known color: Havelock Blue. HEX triplet: 49, 84 and D3. RGB value is (73,132,211). Sum of RGB (Red+Green+Blue) = 73+132+211=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #4984D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984D3 is #B67B2C. Grayscale: #7A7A7A. Windows color (decimal): -11959085 or 13861961. OLE color: 13861961.
HSL color Cylindrical-coordinate representation of color #4984D3: hue angle of 214.35º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4984D3 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 132 | 211 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.17 |
| HSL | 214.35º | 0.61% | 0.56% | - |
| HSV(B) | 214.35º | 0.65% | 0.83% | - |
| XYZ | 22.76 | 22.62 | 64.8 | - |
| YUV | 123.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 211 | 0.65 | 0.37 | 0 | 0.17 | 214.35 | 0.61 | 0.56 |
| Hex | 49 | 84 | D3 | 41 | 25 | 0 | 11 | D6 | 3D | 38 |
| Octal | 111 | 204 | 323 | 101 | 45 | 0 | 21 | 326 | 75 | 70 |
| Binary | 1001001 | 10000100 | 11010011 | 1000001 | 100101 | 0 | 10001 | 11010110 | 111101 | 111000 |
Color Harmonies of #4984D3
Complementary color
Monochromatic Colors of #4984D3
Black with #4984D3
Text Example
Text Example
White with #4984D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984D3; }
p { color: rgb(73,132,211); }
H1.HeaderClassName
{
color: #4984D3;
}
.AnyTagClassName
{
color: #4984D3;
}
</style>
background-color css
<style>
a { background-color: #4984D3; }
a { background-color: rgb(73,132,211); }
div.DivClassName
{
background-color: #4984D3;
}
.BgClassName
{
background-color: #4984D3;
}
</style>
border-color css
<style>
span { border-color: #4984D3; }
span { border-color: rgb(73,132,211); }
td.TdClassName
{
border-color: #4984D3;
}
.TagClassName
{
border-color: #4984D3;
}
</style>