Shades of Picton Blue #4992D3
Tints of Picton Blue #4992D3
RGB
CMYK
RGB Variations
Color information
#4992D3 (or 0x4992D3) is known color: Picton Blue. HEX triplet: 49, 92 and D3. RGB value is (73,146,211). Sum of RGB (Red+Green+Blue) = 73+146+211=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #4992D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992D3 is #B66D2C. Grayscale: #838383. Windows color (decimal): -11955501 or 13865545. OLE color: 13865545.
HSL color Cylindrical-coordinate representation of color #4992D3: hue angle of 208.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4992D3 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 146 | 211 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.17 |
| HSL | 208.26º | 0.61% | 0.56% | - |
| HSV(B) | 208.26º | 0.65% | 0.83% | - |
| XYZ | 24.78 | 26.68 | 65.47 | - |
| YUV | 131.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 211 | 0.65 | 0.31 | 0 | 0.17 | 208.26 | 0.61 | 0.56 |
| Hex | 49 | 92 | D3 | 41 | 1F | 0 | 11 | D0 | 3D | 38 |
| Octal | 111 | 222 | 323 | 101 | 37 | 0 | 21 | 320 | 75 | 70 |
| Binary | 1001001 | 10010010 | 11010011 | 1000001 | 11111 | 0 | 10001 | 11010000 | 111101 | 111000 |
Color Harmonies of #4992D3
Complementary color
Monochromatic Colors of #4992D3
Black with #4992D3
Text Example
Text Example
White with #4992D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992D3; }
p { color: rgb(73,146,211); }
H1.HeaderClassName
{
color: #4992D3;
}
.AnyTagClassName
{
color: #4992D3;
}
</style>
background-color css
<style>
a { background-color: #4992D3; }
a { background-color: rgb(73,146,211); }
div.DivClassName
{
background-color: #4992D3;
}
.BgClassName
{
background-color: #4992D3;
}
</style>
border-color css
<style>
span { border-color: #4992D3; }
span { border-color: rgb(73,146,211); }
td.TdClassName
{
border-color: #4992D3;
}
.TagClassName
{
border-color: #4992D3;
}
</style>