Shades of Picton Blue #4895CB
Tints of Picton Blue #4895CB
RGB
CMYK
RGB Variations
Color information
#4895CB (or 0x4895CB) is known color: Picton Blue. HEX triplet: 48, 95 and CB. RGB value is (72,149,203). Sum of RGB (Red+Green+Blue) = 72+149+203=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #4895CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895CB is #B76A34. Grayscale: #838383. Windows color (decimal): -12020277 or 13342024. OLE color: 13342024.
HSL color Cylindrical-coordinate representation of color #4895CB: hue angle of 204.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4895CB is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 149 | 203 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.20 |
| HSL | 204.73º | 0.56% | 0.54% | - |
| HSV(B) | 204.73º | 0.65% | 0.8% | - |
| XYZ | 24.2 | 27.18 | 60.47 | - |
| YUV | 132.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 203 | 0.65 | 0.27 | 0 | 0.20 | 204.73 | 0.56 | 0.54 |
| Hex | 48 | 95 | CB | 41 | 1B | 0 | 14 | CD | 38 | 36 |
| Octal | 110 | 225 | 313 | 101 | 33 | 0 | 24 | 315 | 70 | 66 |
| Binary | 1001000 | 10010101 | 11001011 | 1000001 | 11011 | 0 | 10100 | 11001101 | 111000 | 110110 |
Color Harmonies of #4895CB
Complementary color
Monochromatic Colors of #4895CB
Black with #4895CB
Text Example
Text Example
White with #4895CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895CB; }
p { color: rgb(72,149,203); }
H1.HeaderClassName
{
color: #4895CB;
}
.AnyTagClassName
{
color: #4895CB;
}
</style>
background-color css
<style>
a { background-color: #4895CB; }
a { background-color: rgb(72,149,203); }
div.DivClassName
{
background-color: #4895CB;
}
.BgClassName
{
background-color: #4895CB;
}
</style>
border-color css
<style>
span { border-color: #4895CB; }
span { border-color: rgb(72,149,203); }
td.TdClassName
{
border-color: #4895CB;
}
.TagClassName
{
border-color: #4895CB;
}
</style>