Shades of Picton Blue #4497DC
Tints of Picton Blue #4497DC
RGB
CMYK
RGB Variations
Color information
#4497DC (or 0x4497DC) is known color: Picton Blue. HEX triplet: 44, 97 and DC. RGB value is (68,151,220). Sum of RGB (Red+Green+Blue) = 68+151+220=439 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.49% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4497DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4497DC is #BB6823. Grayscale: #858585. Windows color (decimal): -12281892 or 14456644. OLE color: 14456644.
HSL color Cylindrical-coordinate representation of color #4497DC: hue angle of 207.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4497DC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 151 | 220 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.14 |
| HSL | 207.24º | 0.68% | 0.56% | - |
| HSV(B) | 207.24º | 0.69% | 0.86% | - |
| XYZ | 26.37 | 28.53 | 71.83 | - |
| YUV | 134.05 | 176.5 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 220 | 0.69 | 0.31 | 0 | 0.14 | 207.24 | 0.68 | 0.56 |
| Hex | 44 | 97 | DC | 45 | 1F | 0 | E | CF | 44 | 38 |
| Octal | 104 | 227 | 334 | 105 | 37 | 0 | 16 | 317 | 104 | 70 |
| Binary | 1000100 | 10010111 | 11011100 | 1000101 | 11111 | 0 | 1110 | 11001111 | 1000100 | 111000 |
Color Harmonies of #4497DC
Complementary color
Monochromatic Colors of #4497DC
Black with #4497DC
Text Example
Text Example
White with #4497DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4497DC; }
p { color: rgb(68,151,220); }
H1.HeaderClassName
{
color: #4497DC;
}
.AnyTagClassName
{
color: #4497DC;
}
</style>
background-color css
<style>
a { background-color: #4497DC; }
a { background-color: rgb(68,151,220); }
div.DivClassName
{
background-color: #4497DC;
}
.BgClassName
{
background-color: #4497DC;
}
</style>
border-color css
<style>
span { border-color: #4497DC; }
span { border-color: rgb(68,151,220); }
td.TdClassName
{
border-color: #4497DC;
}
.TagClassName
{
border-color: #4497DC;
}
</style>