Shades of Picton Blue #4297DC
Tints of Picton Blue #4297DC
RGB
CMYK
RGB Variations
Color information
#4297DC (or 0x4297DC) is known color: Picton Blue. HEX triplet: 42, 97 and DC. RGB value is (66,151,220). Sum of RGB (Red+Green+Blue) = 66+151+220=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4297DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297DC is #BD6823. Grayscale: #858585. Windows color (decimal): -12412964 or 14456642. OLE color: 14456642.
HSL color Cylindrical-coordinate representation of color #4297DC: hue angle of 206.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4297DC is Cyan = 0.7, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 151 | 220 | - |
| CMYK | 0.7 | 0.31 | 0 | 0.14 |
| HSL | 206.88º | 0.69% | 0.56% | - |
| HSV(B) | 206.88º | 0.7% | 0.86% | - |
| XYZ | 26.23 | 28.46 | 71.82 | - |
| YUV | 133.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 220 | 0.7 | 0.31 | 0 | 0.14 | 206.88 | 0.69 | 0.56 |
| Hex | 42 | 97 | DC | 46 | 1F | 0 | E | CF | 45 | 38 |
| Octal | 102 | 227 | 334 | 106 | 37 | 0 | 16 | 317 | 105 | 70 |
| Binary | 1000010 | 10010111 | 11011100 | 1000110 | 11111 | 0 | 1110 | 11001111 | 1000101 | 111000 |
Color Harmonies of #4297DC
Complementary color
Monochromatic Colors of #4297DC
Black with #4297DC
Text Example
Text Example
White with #4297DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297DC; }
p { color: rgb(66,151,220); }
H1.HeaderClassName
{
color: #4297DC;
}
.AnyTagClassName
{
color: #4297DC;
}
</style>
background-color css
<style>
a { background-color: #4297DC; }
a { background-color: rgb(66,151,220); }
div.DivClassName
{
background-color: #4297DC;
}
.BgClassName
{
background-color: #4297DC;
}
</style>
border-color css
<style>
span { border-color: #4297DC; }
span { border-color: rgb(66,151,220); }
td.TdClassName
{
border-color: #4297DC;
}
.TagClassName
{
border-color: #4297DC;
}
</style>