Shades of Picton Blue #4794CB
Tints of Picton Blue #4794CB
RGB
CMYK
RGB Variations
Color information
#4794CB (or 0x4794CB) is known color: Picton Blue. HEX triplet: 47, 94 and CB. RGB value is (71,148,203). Sum of RGB (Red+Green+Blue) = 71+148+203=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #4794CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4794CB is #B86B34. Grayscale: #828282. Windows color (decimal): -12086069 or 13341767. OLE color: 13341767.
HSL color Cylindrical-coordinate representation of color #4794CB: hue angle of 205º 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 #4794CB is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 148 | 203 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.20 |
| HSL | 205º | 0.56% | 0.54% | - |
| HSV(B) | 205º | 0.65% | 0.8% | - |
| XYZ | 23.97 | 26.83 | 60.42 | - |
| YUV | 131.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 203 | 0.65 | 0.27 | 0 | 0.20 | 205 | 0.56 | 0.54 |
| Hex | 47 | 94 | CB | 41 | 1B | 0 | 14 | CD | 38 | 36 |
| Octal | 107 | 224 | 313 | 101 | 33 | 0 | 24 | 315 | 70 | 66 |
| Binary | 1000111 | 10010100 | 11001011 | 1000001 | 11011 | 0 | 10100 | 11001101 | 111000 | 110110 |
Color Harmonies of #4794CB
Complementary color
Monochromatic Colors of #4794CB
Black with #4794CB
Text Example
Text Example
White with #4794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4794CB; }
p { color: rgb(71,148,203); }
H1.HeaderClassName
{
color: #4794CB;
}
.AnyTagClassName
{
color: #4794CB;
}
</style>
background-color css
<style>
a { background-color: #4794CB; }
a { background-color: rgb(71,148,203); }
div.DivClassName
{
background-color: #4794CB;
}
.BgClassName
{
background-color: #4794CB;
}
</style>
border-color css
<style>
span { border-color: #4794CB; }
span { border-color: rgb(71,148,203); }
td.TdClassName
{
border-color: #4794CB;
}
.TagClassName
{
border-color: #4794CB;
}
</style>