Shades of Picton Blue #499CCB
Tints of Picton Blue #499CCB
RGB
CMYK
RGB Variations
Color information
#499CCB (or 0x499CCB) is known color: Picton Blue. HEX triplet: 49, 9C and CB. RGB value is (73,156,203). Sum of RGB (Red+Green+Blue) = 73+156+203=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #499CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CCB is #B66334. Grayscale: #888888. Windows color (decimal): -11952949 or 13343817. OLE color: 13343817.
HSL color Cylindrical-coordinate representation of color #499CCB: hue angle of 201.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499CCB is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 156 | 203 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.20 |
| HSL | 201.69º | 0.56% | 0.54% | - |
| HSV(B) | 201.69º | 0.64% | 0.8% | - |
| XYZ | 25.42 | 29.51 | 60.86 | - |
| YUV | 136.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 203 | 0.64 | 0.23 | 0 | 0.20 | 201.69 | 0.56 | 0.54 |
| Hex | 49 | 9C | CB | 40 | 17 | 0 | 14 | CA | 38 | 36 |
| Octal | 111 | 234 | 313 | 100 | 27 | 0 | 24 | 312 | 70 | 66 |
| Binary | 1001001 | 10011100 | 11001011 | 1000000 | 10111 | 0 | 10100 | 11001010 | 111000 | 110110 |
Color Harmonies of #499CCB
Complementary color
Monochromatic Colors of #499CCB
Black with #499CCB
Text Example
Text Example
White with #499CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CCB; }
p { color: rgb(73,156,203); }
H1.HeaderClassName
{
color: #499CCB;
}
.AnyTagClassName
{
color: #499CCB;
}
</style>
background-color css
<style>
a { background-color: #499CCB; }
a { background-color: rgb(73,156,203); }
div.DivClassName
{
background-color: #499CCB;
}
.BgClassName
{
background-color: #499CCB;
}
</style>
border-color css
<style>
span { border-color: #499CCB; }
span { border-color: rgb(73,156,203); }
td.TdClassName
{
border-color: #499CCB;
}
.TagClassName
{
border-color: #499CCB;
}
</style>