Shades of Picton Blue #4797D0
Tints of Picton Blue #4797D0
RGB
CMYK
RGB Variations
Color information
#4797D0 (or 0x4797D0) is known color: Picton Blue. HEX triplet: 47, 97 and D0. RGB value is (71,151,208). Sum of RGB (Red+Green+Blue) = 71+151+208=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #4797D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4797D0 is #B8682F. Grayscale: #858585. Windows color (decimal): -12085296 or 13670215. OLE color: 13670215.
HSL color Cylindrical-coordinate representation of color #4797D0: hue angle of 204.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4797D0 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 151 | 208 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.18 |
| HSL | 204.96º | 0.59% | 0.55% | - |
| HSV(B) | 204.96º | 0.66% | 0.82% | - |
| XYZ | 25.05 | 28.03 | 63.76 | - |
| YUV | 133.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 208 | 0.66 | 0.27 | 0 | 0.18 | 204.96 | 0.59 | 0.55 |
| Hex | 47 | 97 | D0 | 42 | 1B | 0 | 12 | CD | 3B | 37 |
| Octal | 107 | 227 | 320 | 102 | 33 | 0 | 22 | 315 | 73 | 67 |
| Binary | 1000111 | 10010111 | 11010000 | 1000010 | 11011 | 0 | 10010 | 11001101 | 111011 | 110111 |
Color Harmonies of #4797D0
Complementary color
Monochromatic Colors of #4797D0
Black with #4797D0
Text Example
Text Example
White with #4797D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4797D0; }
p { color: rgb(71,151,208); }
H1.HeaderClassName
{
color: #4797D0;
}
.AnyTagClassName
{
color: #4797D0;
}
</style>
background-color css
<style>
a { background-color: #4797D0; }
a { background-color: rgb(71,151,208); }
div.DivClassName
{
background-color: #4797D0;
}
.BgClassName
{
background-color: #4797D0;
}
</style>
border-color css
<style>
span { border-color: #4797D0; }
span { border-color: rgb(71,151,208); }
td.TdClassName
{
border-color: #4797D0;
}
.TagClassName
{
border-color: #4797D0;
}
</style>