Shades of Picton Blue #4799CA
Tints of Picton Blue #4799CA
RGB
CMYK
RGB Variations
Color information
#4799CA (or 0x4799CA) is known color: Picton Blue. HEX triplet: 47, 99 and CA. RGB value is (71,153,202). Sum of RGB (Red+Green+Blue) = 71+153+202=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #4799CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4799CA is #B86635. Grayscale: #858585. Windows color (decimal): -12084790 or 13277511. OLE color: 13277511.
HSL color Cylindrical-coordinate representation of color #4799CA: hue angle of 202.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4799CA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 153 | 202 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.21 |
| HSL | 202.44º | 0.55% | 0.54% | - |
| HSV(B) | 202.44º | 0.65% | 0.79% | - |
| XYZ | 24.65 | 28.39 | 60.06 | - |
| YUV | 134.07 | 166.33 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 202 | 0.65 | 0.24 | 0 | 0.21 | 202.44 | 0.55 | 0.54 |
| Hex | 47 | 99 | CA | 41 | 18 | 0 | 15 | CA | 37 | 36 |
| Octal | 107 | 231 | 312 | 101 | 30 | 0 | 25 | 312 | 67 | 66 |
| Binary | 1000111 | 10011001 | 11001010 | 1000001 | 11000 | 0 | 10101 | 11001010 | 110111 | 110110 |
Color Harmonies of #4799CA
Complementary color
Monochromatic Colors of #4799CA
Black with #4799CA
Text Example
Text Example
White with #4799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799CA; }
p { color: rgb(71,153,202); }
H1.HeaderClassName
{
color: #4799CA;
}
.AnyTagClassName
{
color: #4799CA;
}
</style>
background-color css
<style>
a { background-color: #4799CA; }
a { background-color: rgb(71,153,202); }
div.DivClassName
{
background-color: #4799CA;
}
.BgClassName
{
background-color: #4799CA;
}
</style>
border-color css
<style>
span { border-color: #4799CA; }
span { border-color: rgb(71,153,202); }
td.TdClassName
{
border-color: #4799CA;
}
.TagClassName
{
border-color: #4799CA;
}
</style>