Shades of Picton Blue #4998CB
Tints of Picton Blue #4998CB
RGB
CMYK
RGB Variations
Color information
#4998CB (or 0x4998CB) is known color: Picton Blue. HEX triplet: 49, 98 and CB. RGB value is (73,152,203). Sum of RGB (Red+Green+Blue) = 73+152+203=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #4998CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CB is #B66734. Grayscale: #858585. Windows color (decimal): -11953973 or 13342793. OLE color: 13342793.
HSL color Cylindrical-coordinate representation of color #4998CB: hue angle of 203.54º 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 #4998CB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 152 | 203 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.20 |
| HSL | 203.54º | 0.56% | 0.54% | - |
| HSV(B) | 203.54º | 0.64% | 0.8% | - |
| XYZ | 24.76 | 28.18 | 60.64 | - |
| YUV | 134.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 203 | 0.64 | 0.25 | 0 | 0.20 | 203.54 | 0.56 | 0.54 |
| Hex | 49 | 98 | CB | 40 | 19 | 0 | 14 | CC | 38 | 36 |
| Octal | 111 | 230 | 313 | 100 | 31 | 0 | 24 | 314 | 70 | 66 |
| Binary | 1001001 | 10011000 | 11001011 | 1000000 | 11001 | 0 | 10100 | 11001100 | 111000 | 110110 |
Color Harmonies of #4998CB
Complementary color
Monochromatic Colors of #4998CB
Black with #4998CB
Text Example
Text Example
White with #4998CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998CB; }
p { color: rgb(73,152,203); }
H1.HeaderClassName
{
color: #4998CB;
}
.AnyTagClassName
{
color: #4998CB;
}
</style>
background-color css
<style>
a { background-color: #4998CB; }
a { background-color: rgb(73,152,203); }
div.DivClassName
{
background-color: #4998CB;
}
.BgClassName
{
background-color: #4998CB;
}
</style>
border-color css
<style>
span { border-color: #4998CB; }
span { border-color: rgb(73,152,203); }
td.TdClassName
{
border-color: #4998CB;
}
.TagClassName
{
border-color: #4998CB;
}
</style>