Shades of Picton Blue #499BCB
Tints of Picton Blue #499BCB
RGB
CMYK
RGB Variations
Color information
#499BCB (or 0x499BCB) is known color: Picton Blue. HEX triplet: 49, 9B and CB. RGB value is (73,155,203). Sum of RGB (Red+Green+Blue) = 73+155+203=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #499BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCB is #B66434. Grayscale: #878787. Windows color (decimal): -11953205 or 13343561. OLE color: 13343561.
HSL color Cylindrical-coordinate representation of color #499BCB: hue angle of 202.15º 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 #499BCB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 155 | 203 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.20 |
| HSL | 202.15º | 0.56% | 0.54% | - |
| HSV(B) | 202.15º | 0.64% | 0.8% | - |
| XYZ | 25.25 | 29.17 | 60.8 | - |
| YUV | 135.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 203 | 0.64 | 0.24 | 0 | 0.20 | 202.15 | 0.56 | 0.54 |
| Hex | 49 | 9B | CB | 40 | 18 | 0 | 14 | CA | 38 | 36 |
| Octal | 111 | 233 | 313 | 100 | 30 | 0 | 24 | 312 | 70 | 66 |
| Binary | 1001001 | 10011011 | 11001011 | 1000000 | 11000 | 0 | 10100 | 11001010 | 111000 | 110110 |
Color Harmonies of #499BCB
Complementary color
Monochromatic Colors of #499BCB
Black with #499BCB
Text Example
Text Example
White with #499BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BCB; }
p { color: rgb(73,155,203); }
H1.HeaderClassName
{
color: #499BCB;
}
.AnyTagClassName
{
color: #499BCB;
}
</style>
background-color css
<style>
a { background-color: #499BCB; }
a { background-color: rgb(73,155,203); }
div.DivClassName
{
background-color: #499BCB;
}
.BgClassName
{
background-color: #499BCB;
}
</style>
border-color css
<style>
span { border-color: #499BCB; }
span { border-color: rgb(73,155,203); }
td.TdClassName
{
border-color: #499BCB;
}
.TagClassName
{
border-color: #499BCB;
}
</style>