Shades of Picton Blue #4193D3
Tints of Picton Blue #4193D3
RGB
CMYK
RGB Variations
Color information
#4193D3 (or 0x4193D3) is known color: Picton Blue. HEX triplet: 41, 93 and D3. RGB value is (65,147,211). Sum of RGB (Red+Green+Blue) = 65+147+211=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #4193D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193D3 is #BE6C2C. Grayscale: #818181. Windows color (decimal): -12479533 or 13865793. OLE color: 13865793.
HSL color Cylindrical-coordinate representation of color #4193D3: hue angle of 206.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4193D3 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 147 | 211 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.17 |
| HSL | 206.3º | 0.62% | 0.54% | - |
| HSV(B) | 206.3º | 0.69% | 0.83% | - |
| XYZ | 24.37 | 26.69 | 65.5 | - |
| YUV | 129.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 211 | 0.69 | 0.30 | 0 | 0.17 | 206.3 | 0.62 | 0.54 |
| Hex | 41 | 93 | D3 | 45 | 1E | 0 | 11 | CE | 3E | 36 |
| Octal | 101 | 223 | 323 | 105 | 36 | 0 | 21 | 316 | 76 | 66 |
| Binary | 1000001 | 10010011 | 11010011 | 1000101 | 11110 | 0 | 10001 | 11001110 | 111110 | 110110 |
Color Harmonies of #4193D3
Complementary color
Monochromatic Colors of #4193D3
Black with #4193D3
Text Example
Text Example
White with #4193D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193D3; }
p { color: rgb(65,147,211); }
H1.HeaderClassName
{
color: #4193D3;
}
.AnyTagClassName
{
color: #4193D3;
}
</style>
background-color css
<style>
a { background-color: #4193D3; }
a { background-color: rgb(65,147,211); }
div.DivClassName
{
background-color: #4193D3;
}
.BgClassName
{
background-color: #4193D3;
}
</style>
border-color css
<style>
span { border-color: #4193D3; }
span { border-color: rgb(65,147,211); }
td.TdClassName
{
border-color: #4193D3;
}
.TagClassName
{
border-color: #4193D3;
}
</style>