Shades of Havelock Blue #468CCC
Tints of Havelock Blue #468CCC
RGB
CMYK
RGB Variations
Color information
#468CCC (or 0x468CCC) is known color: Havelock Blue. HEX triplet: 46, 8C and CC. RGB value is (70,140,204). Sum of RGB (Red+Green+Blue) = 70+140+204=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #468CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CCC is #B97333. Grayscale: #7E7E7E. Windows color (decimal): -12153652 or 13405254. OLE color: 13405254.
HSL color Cylindrical-coordinate representation of color #468CCC: hue angle of 208.66º 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 #468CCC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 140 | 204 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.2 |
| HSL | 208.66º | 0.57% | 0.54% | - |
| HSV(B) | 208.66º | 0.66% | 0.8% | - |
| XYZ | 22.8 | 24.42 | 60.64 | - |
| YUV | 126.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 204 | 0.66 | 0.31 | 0 | 0.2 | 208.66 | 0.57 | 0.54 |
| Hex | 46 | 8C | CC | 42 | 1F | 0 | 14 | D1 | 39 | 36 |
| Octal | 106 | 214 | 314 | 102 | 37 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1000110 | 10001100 | 11001100 | 1000010 | 11111 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #468CCC
Complementary color
Monochromatic Colors of #468CCC
Black with #468CCC
Text Example
Text Example
White with #468CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CCC; }
p { color: rgb(70,140,204); }
H1.HeaderClassName
{
color: #468CCC;
}
.AnyTagClassName
{
color: #468CCC;
}
</style>
background-color css
<style>
a { background-color: #468CCC; }
a { background-color: rgb(70,140,204); }
div.DivClassName
{
background-color: #468CCC;
}
.BgClassName
{
background-color: #468CCC;
}
</style>
border-color css
<style>
span { border-color: #468CCC; }
span { border-color: rgb(70,140,204); }
td.TdClassName
{
border-color: #468CCC;
}
.TagClassName
{
border-color: #468CCC;
}
</style>