Shades of Havelock Blue #468BCC
Tints of Havelock Blue #468BCC
RGB
CMYK
RGB Variations
Color information
#468BCC (or 0x468BCC) is known color: Havelock Blue. HEX triplet: 46, 8B and CC. RGB value is (70,139,204). Sum of RGB (Red+Green+Blue) = 70+139+204=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #468BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BCC is #B97433. Grayscale: #7D7D7D. Windows color (decimal): -12153908 or 13404998. OLE color: 13404998.
HSL color Cylindrical-coordinate representation of color #468BCC: hue angle of 209.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468BCC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 139 | 204 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.2 |
| HSL | 209.1º | 0.57% | 0.54% | - |
| HSV(B) | 209.1º | 0.66% | 0.8% | - |
| XYZ | 22.66 | 24.13 | 60.59 | - |
| YUV | 125.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 204 | 0.66 | 0.32 | 0 | 0.2 | 209.1 | 0.57 | 0.54 |
| Hex | 46 | 8B | CC | 42 | 20 | 0 | 14 | D1 | 39 | 36 |
| Octal | 106 | 213 | 314 | 102 | 40 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1000110 | 10001011 | 11001100 | 1000010 | 100000 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #468BCC
Complementary color
Monochromatic Colors of #468BCC
Black with #468BCC
Text Example
Text Example
White with #468BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BCC; }
p { color: rgb(70,139,204); }
H1.HeaderClassName
{
color: #468BCC;
}
.AnyTagClassName
{
color: #468BCC;
}
</style>
background-color css
<style>
a { background-color: #468BCC; }
a { background-color: rgb(70,139,204); }
div.DivClassName
{
background-color: #468BCC;
}
.BgClassName
{
background-color: #468BCC;
}
</style>
border-color css
<style>
span { border-color: #468BCC; }
span { border-color: rgb(70,139,204); }
td.TdClassName
{
border-color: #468BCC;
}
.TagClassName
{
border-color: #468BCC;
}
</style>