Shades of Picton Blue #4895CA
Tints of Picton Blue #4895CA
RGB
CMYK
RGB Variations
Color information
#4895CA (or 0x4895CA) is known color: Picton Blue. HEX triplet: 48, 95 and CA. RGB value is (72,149,202). Sum of RGB (Red+Green+Blue) = 72+149+202=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #4895CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895CA is #B76A35. Grayscale: #838383. Windows color (decimal): -12020278 or 13276488. OLE color: 13276488.
HSL color Cylindrical-coordinate representation of color #4895CA: hue angle of 204.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4895CA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 149 | 202 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.21 |
| HSL | 204.46º | 0.55% | 0.54% | - |
| HSV(B) | 204.46º | 0.64% | 0.79% | - |
| XYZ | 24.08 | 27.14 | 59.85 | - |
| YUV | 132.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 202 | 0.64 | 0.26 | 0 | 0.21 | 204.46 | 0.55 | 0.54 |
| Hex | 48 | 95 | CA | 40 | 1A | 0 | 15 | CC | 37 | 36 |
| Octal | 110 | 225 | 312 | 100 | 32 | 0 | 25 | 314 | 67 | 66 |
| Binary | 1001000 | 10010101 | 11001010 | 1000000 | 11010 | 0 | 10101 | 11001100 | 110111 | 110110 |
Color Harmonies of #4895CA
Complementary color
Monochromatic Colors of #4895CA
Black with #4895CA
Text Example
Text Example
White with #4895CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895CA; }
p { color: rgb(72,149,202); }
H1.HeaderClassName
{
color: #4895CA;
}
.AnyTagClassName
{
color: #4895CA;
}
</style>
background-color css
<style>
a { background-color: #4895CA; }
a { background-color: rgb(72,149,202); }
div.DivClassName
{
background-color: #4895CA;
}
.BgClassName
{
background-color: #4895CA;
}
</style>
border-color css
<style>
span { border-color: #4895CA; }
span { border-color: rgb(72,149,202); }
td.TdClassName
{
border-color: #4895CA;
}
.TagClassName
{
border-color: #4895CA;
}
</style>