Shades of Picton Blue #499BC4
Tints of Picton Blue #499BC4
RGB
CMYK
RGB Variations
Color information
#499BC4 (or 0x499BC4) is known color: Picton Blue. HEX triplet: 49, 9B and C4. RGB value is (73,155,196). Sum of RGB (Red+Green+Blue) = 73+155+196=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #499BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BC4 is #B6643B. Grayscale: #868686. Windows color (decimal): -11953212 or 12884809. OLE color: 12884809.
HSL color Cylindrical-coordinate representation of color #499BC4: hue angle of 200º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499BC4 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 155 | 196 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.23 |
| HSL | 200º | 0.51% | 0.53% | - |
| HSV(B) | 200º | 0.63% | 0.77% | - |
| XYZ | 24.43 | 28.84 | 56.5 | - |
| YUV | 135.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 196 | 0.63 | 0.21 | 0 | 0.23 | 200 | 0.51 | 0.53 |
| Hex | 49 | 9B | C4 | 3F | 15 | 0 | 17 | C8 | 33 | 35 |
| Octal | 111 | 233 | 304 | 77 | 25 | 0 | 27 | 310 | 63 | 65 |
| Binary | 1001001 | 10011011 | 11000100 | 111111 | 10101 | 0 | 10111 | 11001000 | 110011 | 110101 |
Color Harmonies of #499BC4
Complementary color
Monochromatic Colors of #499BC4
Black with #499BC4
Text Example
Text Example
White with #499BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BC4; }
p { color: rgb(73,155,196); }
H1.HeaderClassName
{
color: #499BC4;
}
.AnyTagClassName
{
color: #499BC4;
}
</style>
background-color css
<style>
a { background-color: #499BC4; }
a { background-color: rgb(73,155,196); }
div.DivClassName
{
background-color: #499BC4;
}
.BgClassName
{
background-color: #499BC4;
}
</style>
border-color css
<style>
span { border-color: #499BC4; }
span { border-color: rgb(73,155,196); }
td.TdClassName
{
border-color: #499BC4;
}
.TagClassName
{
border-color: #499BC4;
}
</style>