Shades of Havelock Blue #457ACB
Tints of Havelock Blue #457ACB
RGB
CMYK
RGB Variations
Color information
#457ACB (or 0x457ACB) is known color: Havelock Blue. HEX triplet: 45, 7A and CB. RGB value is (69,122,203). Sum of RGB (Red+Green+Blue) = 69+122+203=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #457ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ACB is #BA8534. Grayscale: #737373. Windows color (decimal): -12223797 or 13335109. OLE color: 13335109.
HSL color Cylindrical-coordinate representation of color #457ACB: hue angle of 216.27º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457ACB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 122 | 203 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.20 |
| HSL | 216.27º | 0.56% | 0.53% | - |
| HSV(B) | 216.27º | 0.66% | 0.8% | - |
| XYZ | 20.19 | 19.5 | 59.2 | - |
| YUV | 115.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 203 | 0.66 | 0.40 | 0 | 0.20 | 216.27 | 0.56 | 0.53 |
| Hex | 45 | 7A | CB | 42 | 28 | 0 | 14 | D8 | 38 | 35 |
| Octal | 105 | 172 | 313 | 102 | 50 | 0 | 24 | 330 | 70 | 65 |
| Binary | 1000101 | 1111010 | 11001011 | 1000010 | 101000 | 0 | 10100 | 11011000 | 111000 | 110101 |
Color Harmonies of #457ACB
Complementary color
Monochromatic Colors of #457ACB
Black with #457ACB
Text Example
Text Example
White with #457ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457ACB; }
p { color: rgb(69,122,203); }
H1.HeaderClassName
{
color: #457ACB;
}
.AnyTagClassName
{
color: #457ACB;
}
</style>
background-color css
<style>
a { background-color: #457ACB; }
a { background-color: rgb(69,122,203); }
div.DivClassName
{
background-color: #457ACB;
}
.BgClassName
{
background-color: #457ACB;
}
</style>
border-color css
<style>
span { border-color: #457ACB; }
span { border-color: rgb(69,122,203); }
td.TdClassName
{
border-color: #457ACB;
}
.TagClassName
{
border-color: #457ACB;
}
</style>