Shades of Picton Blue #4095D8
Tints of Picton Blue #4095D8
RGB
CMYK
RGB Variations
Color information
#4095D8 (or 0x4095D8) is known color: Picton Blue. HEX triplet: 40, 95 and D8. RGB value is (64,149,216). Sum of RGB (Red+Green+Blue) = 64+149+216=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #4095D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095D8 is #BF6A27. Grayscale: #828282. Windows color (decimal): -12544552 or 14193984. OLE color: 14193984.
HSL color Cylindrical-coordinate representation of color #4095D8: hue angle of 206.45º 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 #4095D8 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 149 | 216 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.15 |
| HSL | 206.45º | 0.66% | 0.55% | - |
| HSV(B) | 206.45º | 0.7% | 0.85% | - |
| XYZ | 25.26 | 27.54 | 68.95 | - |
| YUV | 131.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 216 | 0.70 | 0.31 | 0 | 0.15 | 206.45 | 0.66 | 0.55 |
| Hex | 40 | 95 | D8 | 46 | 1F | 0 | F | CE | 42 | 37 |
| Octal | 100 | 225 | 330 | 106 | 37 | 0 | 17 | 316 | 102 | 67 |
| Binary | 1000000 | 10010101 | 11011000 | 1000110 | 11111 | 0 | 1111 | 11001110 | 1000010 | 110111 |
Color Harmonies of #4095D8
Complementary color
Monochromatic Colors of #4095D8
Black with #4095D8
Text Example
Text Example
White with #4095D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095D8; }
p { color: rgb(64,149,216); }
H1.HeaderClassName
{
color: #4095D8;
}
.AnyTagClassName
{
color: #4095D8;
}
</style>
background-color css
<style>
a { background-color: #4095D8; }
a { background-color: rgb(64,149,216); }
div.DivClassName
{
background-color: #4095D8;
}
.BgClassName
{
background-color: #4095D8;
}
</style>
border-color css
<style>
span { border-color: #4095D8; }
span { border-color: rgb(64,149,216); }
td.TdClassName
{
border-color: #4095D8;
}
.TagClassName
{
border-color: #4095D8;
}
</style>