Shades of Picton Blue #4292D8
Tints of Picton Blue #4292D8
RGB
CMYK
RGB Variations
Color information
#4292D8 (or 0x4292D8) is known color: Picton Blue. HEX triplet: 42, 92 and D8. RGB value is (66,146,216). Sum of RGB (Red+Green+Blue) = 66+146+216=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #4292D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292D8 is #BD6D27. Grayscale: #818181. Windows color (decimal): -12414248 or 14193218. OLE color: 14193218.
HSL color Cylindrical-coordinate representation of color #4292D8: hue angle of 208º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4292D8 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 146 | 216 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.15 |
| HSL | 208º | 0.66% | 0.55% | - |
| HSV(B) | 208º | 0.69% | 0.85% | - |
| XYZ | 24.92 | 26.67 | 68.8 | - |
| YUV | 130.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 216 | 0.69 | 0.32 | 0 | 0.15 | 208 | 0.66 | 0.55 |
| Hex | 42 | 92 | D8 | 45 | 20 | 0 | F | D0 | 42 | 37 |
| Octal | 102 | 222 | 330 | 105 | 40 | 0 | 17 | 320 | 102 | 67 |
| Binary | 1000010 | 10010010 | 11011000 | 1000101 | 100000 | 0 | 1111 | 11010000 | 1000010 | 110111 |
Color Harmonies of #4292D8
Complementary color
Monochromatic Colors of #4292D8
Black with #4292D8
Text Example
Text Example
White with #4292D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292D8; }
p { color: rgb(66,146,216); }
H1.HeaderClassName
{
color: #4292D8;
}
.AnyTagClassName
{
color: #4292D8;
}
</style>
background-color css
<style>
a { background-color: #4292D8; }
a { background-color: rgb(66,146,216); }
div.DivClassName
{
background-color: #4292D8;
}
.BgClassName
{
background-color: #4292D8;
}
</style>
border-color css
<style>
span { border-color: #4292D8; }
span { border-color: rgb(66,146,216); }
td.TdClassName
{
border-color: #4292D8;
}
.TagClassName
{
border-color: #4292D8;
}
</style>