Shades of Picton Blue #4797CB
Tints of Picton Blue #4797CB
RGB
CMYK
RGB Variations
Color information
#4797CB (or 0x4797CB) is known color: Picton Blue. HEX triplet: 47, 97 and CB. RGB value is (71,151,203). Sum of RGB (Red+Green+Blue) = 71+151+203=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #4797CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4797CB is #B86834. Grayscale: #848484. Windows color (decimal): -12085301 or 13342535. OLE color: 13342535.
HSL color Cylindrical-coordinate representation of color #4797CB: hue angle of 203.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4797CB is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 151 | 203 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.20 |
| HSL | 203.64º | 0.56% | 0.54% | - |
| HSV(B) | 203.64º | 0.65% | 0.8% | - |
| XYZ | 24.44 | 27.78 | 60.57 | - |
| YUV | 133.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 203 | 0.65 | 0.26 | 0 | 0.20 | 203.64 | 0.56 | 0.54 |
| Hex | 47 | 97 | CB | 41 | 1A | 0 | 14 | CC | 38 | 36 |
| Octal | 107 | 227 | 313 | 101 | 32 | 0 | 24 | 314 | 70 | 66 |
| Binary | 1000111 | 10010111 | 11001011 | 1000001 | 11010 | 0 | 10100 | 11001100 | 111000 | 110110 |
Color Harmonies of #4797CB
Complementary color
Monochromatic Colors of #4797CB
Black with #4797CB
Text Example
Text Example
White with #4797CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4797CB; }
p { color: rgb(71,151,203); }
H1.HeaderClassName
{
color: #4797CB;
}
.AnyTagClassName
{
color: #4797CB;
}
</style>
background-color css
<style>
a { background-color: #4797CB; }
a { background-color: rgb(71,151,203); }
div.DivClassName
{
background-color: #4797CB;
}
.BgClassName
{
background-color: #4797CB;
}
</style>
border-color css
<style>
span { border-color: #4797CB; }
span { border-color: rgb(71,151,203); }
td.TdClassName
{
border-color: #4797CB;
}
.TagClassName
{
border-color: #4797CB;
}
</style>