Shades of Havelock Blue #457ACD
Tints of Havelock Blue #457ACD
RGB
CMYK
RGB Variations
Color information
#457ACD (or 0x457ACD) is known color: Havelock Blue. HEX triplet: 45, 7A and CD. RGB value is (69,122,205). Sum of RGB (Red+Green+Blue) = 69+122+205=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #457ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ACD is #BA8532. Grayscale: #737373. Windows color (decimal): -12223795 or 13466181. OLE color: 13466181.
HSL color Cylindrical-coordinate representation of color #457ACD: hue angle of 216.62º degrees, saturation: 0.58, 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 #457ACD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 122 | 205 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.20 |
| HSL | 216.62º | 0.58% | 0.54% | - |
| HSV(B) | 216.62º | 0.66% | 0.8% | - |
| XYZ | 20.43 | 19.59 | 60.46 | - |
| YUV | 115.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 205 | 0.66 | 0.40 | 0 | 0.20 | 216.62 | 0.58 | 0.54 |
| Hex | 45 | 7A | CD | 42 | 28 | 0 | 14 | D9 | 3A | 36 |
| Octal | 105 | 172 | 315 | 102 | 50 | 0 | 24 | 331 | 72 | 66 |
| Binary | 1000101 | 1111010 | 11001101 | 1000010 | 101000 | 0 | 10100 | 11011001 | 111010 | 110110 |
Color Harmonies of #457ACD
Complementary color
Monochromatic Colors of #457ACD
Black with #457ACD
Text Example
Text Example
White with #457ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457ACD; }
p { color: rgb(69,122,205); }
H1.HeaderClassName
{
color: #457ACD;
}
.AnyTagClassName
{
color: #457ACD;
}
</style>
background-color css
<style>
a { background-color: #457ACD; }
a { background-color: rgb(69,122,205); }
div.DivClassName
{
background-color: #457ACD;
}
.BgClassName
{
background-color: #457ACD;
}
</style>
border-color css
<style>
span { border-color: #457ACD; }
span { border-color: rgb(69,122,205); }
td.TdClassName
{
border-color: #457ACD;
}
.TagClassName
{
border-color: #457ACD;
}
</style>