Shades of Picton Blue #4792D6
Tints of Picton Blue #4792D6
RGB
CMYK
RGB Variations
Color information
#4792D6 (or 0x4792D6) is known color: Picton Blue. HEX triplet: 47, 92 and D6. RGB value is (71,146,214). Sum of RGB (Red+Green+Blue) = 71+146+214=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #4792D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4792D6 is #B86D29. Grayscale: #828282. Windows color (decimal): -12086570 or 14062151. OLE color: 14062151.
HSL color Cylindrical-coordinate representation of color #4792D6: hue angle of 208.53º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4792D6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 146 | 214 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.16 |
| HSL | 208.53º | 0.64% | 0.56% | - |
| HSV(B) | 208.53º | 0.67% | 0.84% | - |
| XYZ | 25.02 | 26.75 | 67.46 | - |
| YUV | 131.33 | 174.65 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 214 | 0.67 | 0.32 | 0 | 0.16 | 208.53 | 0.64 | 0.56 |
| Hex | 47 | 92 | D6 | 43 | 20 | 0 | 10 | D1 | 40 | 38 |
| Octal | 107 | 222 | 326 | 103 | 40 | 0 | 20 | 321 | 100 | 70 |
| Binary | 1000111 | 10010010 | 11010110 | 1000011 | 100000 | 0 | 10000 | 11010001 | 1000000 | 111000 |
Color Harmonies of #4792D6
Complementary color
Monochromatic Colors of #4792D6
Black with #4792D6
Text Example
Text Example
White with #4792D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4792D6; }
p { color: rgb(71,146,214); }
H1.HeaderClassName
{
color: #4792D6;
}
.AnyTagClassName
{
color: #4792D6;
}
</style>
background-color css
<style>
a { background-color: #4792D6; }
a { background-color: rgb(71,146,214); }
div.DivClassName
{
background-color: #4792D6;
}
.BgClassName
{
background-color: #4792D6;
}
</style>
border-color css
<style>
span { border-color: #4792D6; }
span { border-color: rgb(71,146,214); }
td.TdClassName
{
border-color: #4792D6;
}
.TagClassName
{
border-color: #4792D6;
}
</style>