Shades of Picton Blue #4998CD
Tints of Picton Blue #4998CD
RGB
CMYK
RGB Variations
Color information
#4998CD (or 0x4998CD) is known color: Picton Blue. HEX triplet: 49, 98 and CD. RGB value is (73,152,205). Sum of RGB (Red+Green+Blue) = 73+152+205=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #4998CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CD is #B66732. Grayscale: #868686. Windows color (decimal): -11953971 or 13473865. OLE color: 13473865.
HSL color Cylindrical-coordinate representation of color #4998CD: hue angle of 204.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4998CD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 152 | 205 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.20 |
| HSL | 204.09º | 0.57% | 0.55% | - |
| HSV(B) | 204.09º | 0.64% | 0.8% | - |
| XYZ | 25 | 28.28 | 61.9 | - |
| YUV | 134.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 205 | 0.64 | 0.26 | 0 | 0.20 | 204.09 | 0.57 | 0.55 |
| Hex | 49 | 98 | CD | 40 | 1A | 0 | 14 | CC | 39 | 37 |
| Octal | 111 | 230 | 315 | 100 | 32 | 0 | 24 | 314 | 71 | 67 |
| Binary | 1001001 | 10011000 | 11001101 | 1000000 | 11010 | 0 | 10100 | 11001100 | 111001 | 110111 |
Color Harmonies of #4998CD
Complementary color
Monochromatic Colors of #4998CD
Black with #4998CD
Text Example
Text Example
White with #4998CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998CD; }
p { color: rgb(73,152,205); }
H1.HeaderClassName
{
color: #4998CD;
}
.AnyTagClassName
{
color: #4998CD;
}
</style>
background-color css
<style>
a { background-color: #4998CD; }
a { background-color: rgb(73,152,205); }
div.DivClassName
{
background-color: #4998CD;
}
.BgClassName
{
background-color: #4998CD;
}
</style>
border-color css
<style>
span { border-color: #4998CD; }
span { border-color: rgb(73,152,205); }
td.TdClassName
{
border-color: #4998CD;
}
.TagClassName
{
border-color: #4998CD;
}
</style>