Shades of Picton Blue #4394DC
Tints of Picton Blue #4394DC
RGB
CMYK
RGB Variations
Color information
#4394DC (or 0x4394DC) is known color: Picton Blue. HEX triplet: 43, 94 and DC. RGB value is (67,148,220). Sum of RGB (Red+Green+Blue) = 67+148+220=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #4394DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394DC is #BC6B23. Grayscale: #838383. Windows color (decimal): -12348196 or 14455875. OLE color: 14455875.
HSL color Cylindrical-coordinate representation of color #4394DC: hue angle of 208.24º 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 #4394DC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 148 | 220 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.14 |
| HSL | 208.24º | 0.69% | 0.56% | - |
| HSV(B) | 208.24º | 0.7% | 0.86% | - |
| XYZ | 25.82 | 27.54 | 71.66 | - |
| YUV | 131.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 220 | 0.70 | 0.33 | 0 | 0.14 | 208.24 | 0.69 | 0.56 |
| Hex | 43 | 94 | DC | 46 | 21 | 0 | E | D0 | 45 | 38 |
| Octal | 103 | 224 | 334 | 106 | 41 | 0 | 16 | 320 | 105 | 70 |
| Binary | 1000011 | 10010100 | 11011100 | 1000110 | 100001 | 0 | 1110 | 11010000 | 1000101 | 111000 |
Color Harmonies of #4394DC
Complementary color
Monochromatic Colors of #4394DC
Black with #4394DC
Text Example
Text Example
White with #4394DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394DC; }
p { color: rgb(67,148,220); }
H1.HeaderClassName
{
color: #4394DC;
}
.AnyTagClassName
{
color: #4394DC;
}
</style>
background-color css
<style>
a { background-color: #4394DC; }
a { background-color: rgb(67,148,220); }
div.DivClassName
{
background-color: #4394DC;
}
.BgClassName
{
background-color: #4394DC;
}
</style>
border-color css
<style>
span { border-color: #4394DC; }
span { border-color: rgb(67,148,220); }
td.TdClassName
{
border-color: #4394DC;
}
.TagClassName
{
border-color: #4394DC;
}
</style>