Shades of Havelock Blue #467BCB
Tints of Havelock Blue #467BCB
RGB
CMYK
RGB Variations
Color information
#467BCB (or 0x467BCB) is known color: Havelock Blue. HEX triplet: 46, 7B and CB. RGB value is (70,123,203). Sum of RGB (Red+Green+Blue) = 70+123+203=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #467BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BCB is #B98434. Grayscale: #737373. Windows color (decimal): -12158005 or 13335366. OLE color: 13335366.
HSL color Cylindrical-coordinate representation of color #467BCB: hue angle of 216.09º degrees, saturation: 0.56, 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 #467BCB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 123 | 203 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.20 |
| HSL | 216.09º | 0.56% | 0.54% | - |
| HSV(B) | 216.09º | 0.66% | 0.8% | - |
| XYZ | 20.39 | 19.78 | 59.24 | - |
| YUV | 116.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 203 | 0.66 | 0.39 | 0 | 0.20 | 216.09 | 0.56 | 0.54 |
| Hex | 46 | 7B | CB | 42 | 27 | 0 | 14 | D8 | 38 | 36 |
| Octal | 106 | 173 | 313 | 102 | 47 | 0 | 24 | 330 | 70 | 66 |
| Binary | 1000110 | 1111011 | 11001011 | 1000010 | 100111 | 0 | 10100 | 11011000 | 111000 | 110110 |
Color Harmonies of #467BCB
Complementary color
Monochromatic Colors of #467BCB
Black with #467BCB
Text Example
Text Example
White with #467BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BCB; }
p { color: rgb(70,123,203); }
H1.HeaderClassName
{
color: #467BCB;
}
.AnyTagClassName
{
color: #467BCB;
}
</style>
background-color css
<style>
a { background-color: #467BCB; }
a { background-color: rgb(70,123,203); }
div.DivClassName
{
background-color: #467BCB;
}
.BgClassName
{
background-color: #467BCB;
}
</style>
border-color css
<style>
span { border-color: #467BCB; }
span { border-color: rgb(70,123,203); }
td.TdClassName
{
border-color: #467BCB;
}
.TagClassName
{
border-color: #467BCB;
}
</style>