Shades of Picton Blue #4795D5
Tints of Picton Blue #4795D5
RGB
CMYK
RGB Variations
Color information
#4795D5 (or 0x4795D5) is known color: Picton Blue. HEX triplet: 47, 95 and D5. RGB value is (71,149,213). Sum of RGB (Red+Green+Blue) = 71+149+213=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #4795D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4795D5 is #B86A2A. Grayscale: #848484. Windows color (decimal): -12085803 or 13997383. OLE color: 13997383.
HSL color Cylindrical-coordinate representation of color #4795D5: hue angle of 207.04º degrees, saturation: 0.63, 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 #4795D5 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 149 | 213 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.16 |
| HSL | 207.04º | 0.63% | 0.56% | - |
| HSV(B) | 207.04º | 0.67% | 0.84% | - |
| XYZ | 25.36 | 27.64 | 66.95 | - |
| YUV | 132.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 213 | 0.67 | 0.30 | 0 | 0.16 | 207.04 | 0.63 | 0.56 |
| Hex | 47 | 95 | D5 | 43 | 1E | 0 | 10 | CF | 3F | 38 |
| Octal | 107 | 225 | 325 | 103 | 36 | 0 | 20 | 317 | 77 | 70 |
| Binary | 1000111 | 10010101 | 11010101 | 1000011 | 11110 | 0 | 10000 | 11001111 | 111111 | 111000 |
Color Harmonies of #4795D5
Complementary color
Monochromatic Colors of #4795D5
Black with #4795D5
Text Example
Text Example
White with #4795D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4795D5; }
p { color: rgb(71,149,213); }
H1.HeaderClassName
{
color: #4795D5;
}
.AnyTagClassName
{
color: #4795D5;
}
</style>
background-color css
<style>
a { background-color: #4795D5; }
a { background-color: rgb(71,149,213); }
div.DivClassName
{
background-color: #4795D5;
}
.BgClassName
{
background-color: #4795D5;
}
</style>
border-color css
<style>
span { border-color: #4795D5; }
span { border-color: rgb(71,149,213); }
td.TdClassName
{
border-color: #4795D5;
}
.TagClassName
{
border-color: #4795D5;
}
</style>