Shades of Picton Blue #4394D6
Tints of Picton Blue #4394D6
RGB
CMYK
RGB Variations
Color information
#4394D6 (or 0x4394D6) is known color: Picton Blue. HEX triplet: 43, 94 and D6. RGB value is (67,148,214). Sum of RGB (Red+Green+Blue) = 67+148+214=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #4394D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394D6 is #BC6B29. Grayscale: #828282. Windows color (decimal): -12348202 or 14062659. OLE color: 14062659.
HSL color Cylindrical-coordinate representation of color #4394D6: hue angle of 206.94º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4394D6 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 148 | 214 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.16 |
| HSL | 206.94º | 0.64% | 0.55% | - |
| HSV(B) | 206.94º | 0.69% | 0.84% | - |
| XYZ | 25.04 | 27.23 | 67.55 | - |
| YUV | 131.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 214 | 0.69 | 0.31 | 0 | 0.16 | 206.94 | 0.64 | 0.55 |
| Hex | 43 | 94 | D6 | 45 | 1F | 0 | 10 | CF | 40 | 37 |
| Octal | 103 | 224 | 326 | 105 | 37 | 0 | 20 | 317 | 100 | 67 |
| Binary | 1000011 | 10010100 | 11010110 | 1000101 | 11111 | 0 | 10000 | 11001111 | 1000000 | 110111 |
Color Harmonies of #4394D6
Complementary color
Monochromatic Colors of #4394D6
Black with #4394D6
Text Example
Text Example
White with #4394D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394D6; }
p { color: rgb(67,148,214); }
H1.HeaderClassName
{
color: #4394D6;
}
.AnyTagClassName
{
color: #4394D6;
}
</style>
background-color css
<style>
a { background-color: #4394D6; }
a { background-color: rgb(67,148,214); }
div.DivClassName
{
background-color: #4394D6;
}
.BgClassName
{
background-color: #4394D6;
}
</style>
border-color css
<style>
span { border-color: #4394D6; }
span { border-color: rgb(67,148,214); }
td.TdClassName
{
border-color: #4394D6;
}
.TagClassName
{
border-color: #4394D6;
}
</style>