Shades of Picton Blue #4195DF
Tints of Picton Blue #4195DF
RGB
CMYK
RGB Variations
Color information
#4195DF (or 0x4195DF) is known color: Picton Blue. HEX triplet: 41, 95 and DF. RGB value is (65,149,223). Sum of RGB (Red+Green+Blue) = 65+149+223=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #4195DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4195DF is #BE6A20. Grayscale: #838383. Windows color (decimal): -12479009 or 14652737. OLE color: 14652737.
HSL color Cylindrical-coordinate representation of color #4195DF: hue angle of 208.1º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4195DF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 149 | 223 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.13 |
| HSL | 208.1º | 0.71% | 0.56% | - |
| HSV(B) | 208.1º | 0.71% | 0.87% | - |
| XYZ | 26.25 | 27.95 | 73.82 | - |
| YUV | 132.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 149 | 223 | 0.71 | 0.33 | 0 | 0.13 | 208.1 | 0.71 | 0.56 |
| Hex | 41 | 95 | DF | 47 | 21 | 0 | D | D0 | 47 | 38 |
| Octal | 101 | 225 | 337 | 107 | 41 | 0 | 15 | 320 | 107 | 70 |
| Binary | 1000001 | 10010101 | 11011111 | 1000111 | 100001 | 0 | 1101 | 11010000 | 1000111 | 111000 |
Color Harmonies of #4195DF
Complementary color
Monochromatic Colors of #4195DF
Black with #4195DF
Text Example
Text Example
White with #4195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4195DF; }
p { color: rgb(65,149,223); }
H1.HeaderClassName
{
color: #4195DF;
}
.AnyTagClassName
{
color: #4195DF;
}
</style>
background-color css
<style>
a { background-color: #4195DF; }
a { background-color: rgb(65,149,223); }
div.DivClassName
{
background-color: #4195DF;
}
.BgClassName
{
background-color: #4195DF;
}
</style>
border-color css
<style>
span { border-color: #4195DF; }
span { border-color: rgb(65,149,223); }
td.TdClassName
{
border-color: #4195DF;
}
.TagClassName
{
border-color: #4195DF;
}
</style>