Shades of Havelock Blue #4583CB
Tints of Havelock Blue #4583CB
RGB
CMYK
RGB Variations
Color information
#4583CB (or 0x4583CB) is known color: Havelock Blue. HEX triplet: 45, 83 and CB. RGB value is (69,131,203). Sum of RGB (Red+Green+Blue) = 69+131+203=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #4583CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4583CB is #BA7C34. Grayscale: #787878. Windows color (decimal): -12221493 or 13337413. OLE color: 13337413.
HSL color Cylindrical-coordinate representation of color #4583CB: hue angle of 212.24º 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 #4583CB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 131 | 203 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.20 |
| HSL | 212.24º | 0.56% | 0.53% | - |
| HSV(B) | 212.24º | 0.66% | 0.8% | - |
| XYZ | 21.35 | 21.81 | 59.58 | - |
| YUV | 120.67 | 174.46 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 203 | 0.66 | 0.35 | 0 | 0.20 | 212.24 | 0.56 | 0.53 |
| Hex | 45 | 83 | CB | 42 | 23 | 0 | 14 | D4 | 38 | 35 |
| Octal | 105 | 203 | 313 | 102 | 43 | 0 | 24 | 324 | 70 | 65 |
| Binary | 1000101 | 10000011 | 11001011 | 1000010 | 100011 | 0 | 10100 | 11010100 | 111000 | 110101 |
Color Harmonies of #4583CB
Complementary color
Monochromatic Colors of #4583CB
Black with #4583CB
Text Example
Text Example
White with #4583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4583CB; }
p { color: rgb(69,131,203); }
H1.HeaderClassName
{
color: #4583CB;
}
.AnyTagClassName
{
color: #4583CB;
}
</style>
background-color css
<style>
a { background-color: #4583CB; }
a { background-color: rgb(69,131,203); }
div.DivClassName
{
background-color: #4583CB;
}
.BgClassName
{
background-color: #4583CB;
}
</style>
border-color css
<style>
span { border-color: #4583CB; }
span { border-color: rgb(69,131,203); }
td.TdClassName
{
border-color: #4583CB;
}
.TagClassName
{
border-color: #4583CB;
}
</style>