Shades of Havelock Blue #487DC4
Tints of Havelock Blue #487DC4
RGB
CMYK
RGB Variations
Color information
#487DC4 (or 0x487DC4) is known color: Havelock Blue. HEX triplet: 48, 7D and C4. RGB value is (72,125,196). Sum of RGB (Red+Green+Blue) = 72+125+196=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #487DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DC4 is #B7823B. Grayscale: #747474. Windows color (decimal): -12026428 or 12877128. OLE color: 12877128.
HSL color Cylindrical-coordinate representation of color #487DC4: hue angle of 214.35º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487DC4 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 125 | 196 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.23 |
| HSL | 214.35º | 0.51% | 0.53% | - |
| HSV(B) | 214.35º | 0.63% | 0.77% | - |
| XYZ | 19.97 | 20.03 | 55.04 | - |
| YUV | 117.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 196 | 0.63 | 0.36 | 0 | 0.23 | 214.35 | 0.51 | 0.53 |
| Hex | 48 | 7D | C4 | 3F | 24 | 0 | 17 | D6 | 33 | 35 |
| Octal | 110 | 175 | 304 | 77 | 44 | 0 | 27 | 326 | 63 | 65 |
| Binary | 1001000 | 1111101 | 11000100 | 111111 | 100100 | 0 | 10111 | 11010110 | 110011 | 110101 |
Color Harmonies of #487DC4
Complementary color
Monochromatic Colors of #487DC4
Black with #487DC4
Text Example
Text Example
White with #487DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DC4; }
p { color: rgb(72,125,196); }
H1.HeaderClassName
{
color: #487DC4;
}
.AnyTagClassName
{
color: #487DC4;
}
</style>
background-color css
<style>
a { background-color: #487DC4; }
a { background-color: rgb(72,125,196); }
div.DivClassName
{
background-color: #487DC4;
}
.BgClassName
{
background-color: #487DC4;
}
</style>
border-color css
<style>
span { border-color: #487DC4; }
span { border-color: rgb(72,125,196); }
td.TdClassName
{
border-color: #487DC4;
}
.TagClassName
{
border-color: #487DC4;
}
</style>