Shades of Havelock Blue #468ACC
Tints of Havelock Blue #468ACC
RGB
CMYK
RGB Variations
Color information
#468ACC (or 0x468ACC) is known color: Havelock Blue. HEX triplet: 46, 8A and CC. RGB value is (70,138,204). Sum of RGB (Red+Green+Blue) = 70+138+204=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #468ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ACC is #B97533. Grayscale: #7C7C7C. Windows color (decimal): -12154164 or 13404742. OLE color: 13404742.
HSL color Cylindrical-coordinate representation of color #468ACC: hue angle of 209.55º 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 #468ACC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 138 | 204 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.2 |
| HSL | 209.55º | 0.57% | 0.54% | - |
| HSV(B) | 209.55º | 0.66% | 0.8% | - |
| XYZ | 22.51 | 23.84 | 60.54 | - |
| YUV | 125.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 204 | 0.66 | 0.32 | 0 | 0.2 | 209.55 | 0.57 | 0.54 |
| Hex | 46 | 8A | CC | 42 | 20 | 0 | 14 | D2 | 39 | 36 |
| Octal | 106 | 212 | 314 | 102 | 40 | 0 | 24 | 322 | 71 | 66 |
| Binary | 1000110 | 10001010 | 11001100 | 1000010 | 100000 | 0 | 10100 | 11010010 | 111001 | 110110 |
Color Harmonies of #468ACC
Complementary color
Monochromatic Colors of #468ACC
Black with #468ACC
Text Example
Text Example
White with #468ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ACC; }
p { color: rgb(70,138,204); }
H1.HeaderClassName
{
color: #468ACC;
}
.AnyTagClassName
{
color: #468ACC;
}
</style>
background-color css
<style>
a { background-color: #468ACC; }
a { background-color: rgb(70,138,204); }
div.DivClassName
{
background-color: #468ACC;
}
.BgClassName
{
background-color: #468ACC;
}
</style>
border-color css
<style>
span { border-color: #468ACC; }
span { border-color: rgb(70,138,204); }
td.TdClassName
{
border-color: #468ACC;
}
.TagClassName
{
border-color: #468ACC;
}
</style>