Shades of Havelock Blue #468FCE
Tints of Havelock Blue #468FCE
RGB
CMYK
RGB Variations
Color information
#468FCE (or 0x468FCE) is known color: Havelock Blue. HEX triplet: 46, 8F and CE. RGB value is (70,143,206). Sum of RGB (Red+Green+Blue) = 70+143+206=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #468FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCE is #B97031. Grayscale: #808080. Windows color (decimal): -12152882 or 13537094. OLE color: 13537094.
HSL color Cylindrical-coordinate representation of color #468FCE: hue angle of 207.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468FCE is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 143 | 206 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.19 |
| HSL | 207.79º | 0.58% | 0.54% | - |
| HSV(B) | 207.79º | 0.66% | 0.81% | - |
| XYZ | 23.49 | 25.4 | 62.06 | - |
| YUV | 128.36 | 171.82 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 206 | 0.66 | 0.31 | 0 | 0.19 | 207.79 | 0.58 | 0.54 |
| Hex | 46 | 8F | CE | 42 | 1F | 0 | 13 | D0 | 3A | 36 |
| Octal | 106 | 217 | 316 | 102 | 37 | 0 | 23 | 320 | 72 | 66 |
| Binary | 1000110 | 10001111 | 11001110 | 1000010 | 11111 | 0 | 10011 | 11010000 | 111010 | 110110 |
Color Harmonies of #468FCE
Complementary color
Monochromatic Colors of #468FCE
Black with #468FCE
Text Example
Text Example
White with #468FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FCE; }
p { color: rgb(70,143,206); }
H1.HeaderClassName
{
color: #468FCE;
}
.AnyTagClassName
{
color: #468FCE;
}
</style>
background-color css
<style>
a { background-color: #468FCE; }
a { background-color: rgb(70,143,206); }
div.DivClassName
{
background-color: #468FCE;
}
.BgClassName
{
background-color: #468FCE;
}
</style>
border-color css
<style>
span { border-color: #468FCE; }
span { border-color: rgb(70,143,206); }
td.TdClassName
{
border-color: #468FCE;
}
.TagClassName
{
border-color: #468FCE;
}
</style>