Shades of Picton Blue #4997D4
Tints of Picton Blue #4997D4
RGB
CMYK
RGB Variations
Color information
#4997D4 (or 0x4997D4) is known color: Picton Blue. HEX triplet: 49, 97 and D4. RGB value is (73,151,212). Sum of RGB (Red+Green+Blue) = 73+151+212=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #4997D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997D4 is #B6682B. Grayscale: #868686. Windows color (decimal): -11954220 or 13932361. OLE color: 13932361.
HSL color Cylindrical-coordinate representation of color #4997D4: hue angle of 206.33º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4997D4 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 151 | 212 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.17 |
| HSL | 206.33º | 0.62% | 0.56% | - |
| HSV(B) | 206.33º | 0.66% | 0.83% | - |
| XYZ | 25.7 | 28.3 | 66.4 | - |
| YUV | 134.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 212 | 0.66 | 0.29 | 0 | 0.17 | 206.33 | 0.62 | 0.56 |
| Hex | 49 | 97 | D4 | 42 | 1D | 0 | 11 | CE | 3E | 38 |
| Octal | 111 | 227 | 324 | 102 | 35 | 0 | 21 | 316 | 76 | 70 |
| Binary | 1001001 | 10010111 | 11010100 | 1000010 | 11101 | 0 | 10001 | 11001110 | 111110 | 111000 |
Color Harmonies of #4997D4
Complementary color
Monochromatic Colors of #4997D4
Black with #4997D4
Text Example
Text Example
White with #4997D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997D4; }
p { color: rgb(73,151,212); }
H1.HeaderClassName
{
color: #4997D4;
}
.AnyTagClassName
{
color: #4997D4;
}
</style>
background-color css
<style>
a { background-color: #4997D4; }
a { background-color: rgb(73,151,212); }
div.DivClassName
{
background-color: #4997D4;
}
.BgClassName
{
background-color: #4997D4;
}
</style>
border-color css
<style>
span { border-color: #4997D4; }
span { border-color: rgb(73,151,212); }
td.TdClassName
{
border-color: #4997D4;
}
.TagClassName
{
border-color: #4997D4;
}
</style>