Shades of Picton Blue #4197D8
Tints of Picton Blue #4197D8
RGB
CMYK
RGB Variations
Color information
#4197D8 (or 0x4197D8) is known color: Picton Blue. HEX triplet: 41, 97 and D8. RGB value is (65,151,216). Sum of RGB (Red+Green+Blue) = 65+151+216=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #4197D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197D8 is #BE6827. Grayscale: #848484. Windows color (decimal): -12478504 or 14194497. OLE color: 14194497.
HSL color Cylindrical-coordinate representation of color #4197D8: hue angle of 205.83º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4197D8 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 151 | 216 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.15 |
| HSL | 205.83º | 0.66% | 0.55% | - |
| HSV(B) | 205.83º | 0.7% | 0.85% | - |
| XYZ | 25.64 | 28.21 | 69.06 | - |
| YUV | 132.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 216 | 0.70 | 0.30 | 0 | 0.15 | 205.83 | 0.66 | 0.55 |
| Hex | 41 | 97 | D8 | 46 | 1E | 0 | F | CE | 42 | 37 |
| Octal | 101 | 227 | 330 | 106 | 36 | 0 | 17 | 316 | 102 | 67 |
| Binary | 1000001 | 10010111 | 11011000 | 1000110 | 11110 | 0 | 1111 | 11001110 | 1000010 | 110111 |
Color Harmonies of #4197D8
Complementary color
Monochromatic Colors of #4197D8
Black with #4197D8
Text Example
Text Example
White with #4197D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4197D8; }
p { color: rgb(65,151,216); }
H1.HeaderClassName
{
color: #4197D8;
}
.AnyTagClassName
{
color: #4197D8;
}
</style>
background-color css
<style>
a { background-color: #4197D8; }
a { background-color: rgb(65,151,216); }
div.DivClassName
{
background-color: #4197D8;
}
.BgClassName
{
background-color: #4197D8;
}
</style>
border-color css
<style>
span { border-color: #4197D8; }
span { border-color: rgb(65,151,216); }
td.TdClassName
{
border-color: #4197D8;
}
.TagClassName
{
border-color: #4197D8;
}
</style>