Shades of Havelock Blue #456FC1
Tints of Havelock Blue #456FC1
RGB
CMYK
RGB Variations
Color information
#456FC1 (or 0x456FC1) is known color: Havelock Blue. HEX triplet: 45, 6F and C1. RGB value is (69,111,193). Sum of RGB (Red+Green+Blue) = 69+111+193=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #456FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FC1 is #BA903E. Grayscale: #6B6B6B. Windows color (decimal): -12226623 or 12676933. OLE color: 12676933.
HSL color Cylindrical-coordinate representation of color #456FC1: hue angle of 219.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456FC1 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 111 | 193 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.24 |
| HSL | 219.68º | 0.5% | 0.51% | - |
| HSV(B) | 219.68º | 0.64% | 0.76% | - |
| XYZ | 17.76 | 16.48 | 52.7 | - |
| YUV | 107.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 193 | 0.64 | 0.42 | 0 | 0.24 | 219.68 | 0.5 | 0.51 |
| Hex | 45 | 6F | C1 | 40 | 2A | 0 | 18 | DC | 32 | 33 |
| Octal | 105 | 157 | 301 | 100 | 52 | 0 | 30 | 334 | 62 | 63 |
| Binary | 1000101 | 1101111 | 11000001 | 1000000 | 101010 | 0 | 11000 | 11011100 | 110010 | 110011 |
Color Harmonies of #456FC1
Complementary color
Monochromatic Colors of #456FC1
Black with #456FC1
Text Example
Text Example
White with #456FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FC1; }
p { color: rgb(69,111,193); }
H1.HeaderClassName
{
color: #456FC1;
}
.AnyTagClassName
{
color: #456FC1;
}
</style>
background-color css
<style>
a { background-color: #456FC1; }
a { background-color: rgb(69,111,193); }
div.DivClassName
{
background-color: #456FC1;
}
.BgClassName
{
background-color: #456FC1;
}
</style>
border-color css
<style>
span { border-color: #456FC1; }
span { border-color: rgb(69,111,193); }
td.TdClassName
{
border-color: #456FC1;
}
.TagClassName
{
border-color: #456FC1;
}
</style>