Shades of Picton Blue #4792D7
Tints of Picton Blue #4792D7
RGB
CMYK
RGB Variations
Color information
#4792D7 (or 0x4792D7) is known color: Picton Blue. HEX triplet: 47, 92 and D7. RGB value is (71,146,215). Sum of RGB (Red+Green+Blue) = 71+146+215=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #4792D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4792D7 is #B86D28. Grayscale: #838383. Windows color (decimal): -12086569 or 14127687. OLE color: 14127687.
HSL color Cylindrical-coordinate representation of color #4792D7: hue angle of 208.75º 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 #4792D7 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 146 | 215 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.16 |
| HSL | 208.75º | 0.64% | 0.56% | - |
| HSV(B) | 208.75º | 0.67% | 0.84% | - |
| XYZ | 25.14 | 26.8 | 68.14 | - |
| YUV | 131.44 | 175.15 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 215 | 0.67 | 0.32 | 0 | 0.16 | 208.75 | 0.64 | 0.56 |
| Hex | 47 | 92 | D7 | 43 | 20 | 0 | 10 | D1 | 40 | 38 |
| Octal | 107 | 222 | 327 | 103 | 40 | 0 | 20 | 321 | 100 | 70 |
| Binary | 1000111 | 10010010 | 11010111 | 1000011 | 100000 | 0 | 10000 | 11010001 | 1000000 | 111000 |
Color Harmonies of #4792D7
Complementary color
Monochromatic Colors of #4792D7
Black with #4792D7
Text Example
Text Example
White with #4792D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4792D7; }
p { color: rgb(71,146,215); }
H1.HeaderClassName
{
color: #4792D7;
}
.AnyTagClassName
{
color: #4792D7;
}
</style>
background-color css
<style>
a { background-color: #4792D7; }
a { background-color: rgb(71,146,215); }
div.DivClassName
{
background-color: #4792D7;
}
.BgClassName
{
background-color: #4792D7;
}
</style>
border-color css
<style>
span { border-color: #4792D7; }
span { border-color: rgb(71,146,215); }
td.TdClassName
{
border-color: #4792D7;
}
.TagClassName
{
border-color: #4792D7;
}
</style>