Shades of Picton Blue #4895CC
Tints of Picton Blue #4895CC
RGB
CMYK
RGB Variations
Color information
#4895CC (or 0x4895CC) is known color: Picton Blue. HEX triplet: 48, 95 and CC. RGB value is (72,149,204). Sum of RGB (Red+Green+Blue) = 72+149+204=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #4895CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895CC is #B76A33. Grayscale: #838383. Windows color (decimal): -12020276 or 13407560. OLE color: 13407560.
HSL color Cylindrical-coordinate representation of color #4895CC: hue angle of 205º 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 #4895CC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 149 | 204 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.2 |
| HSL | 205º | 0.56% | 0.54% | - |
| HSV(B) | 205º | 0.65% | 0.8% | - |
| XYZ | 24.32 | 27.23 | 61.1 | - |
| YUV | 132.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 204 | 0.65 | 0.27 | 0 | 0.2 | 205 | 0.56 | 0.54 |
| Hex | 48 | 95 | CC | 41 | 1B | 0 | 14 | CD | 38 | 36 |
| Octal | 110 | 225 | 314 | 101 | 33 | 0 | 24 | 315 | 70 | 66 |
| Binary | 1001000 | 10010101 | 11001100 | 1000001 | 11011 | 0 | 10100 | 11001101 | 111000 | 110110 |
Color Harmonies of #4895CC
Complementary color
Monochromatic Colors of #4895CC
Black with #4895CC
Text Example
Text Example
White with #4895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895CC; }
p { color: rgb(72,149,204); }
H1.HeaderClassName
{
color: #4895CC;
}
.AnyTagClassName
{
color: #4895CC;
}
</style>
background-color css
<style>
a { background-color: #4895CC; }
a { background-color: rgb(72,149,204); }
div.DivClassName
{
background-color: #4895CC;
}
.BgClassName
{
background-color: #4895CC;
}
</style>
border-color css
<style>
span { border-color: #4895CC; }
span { border-color: rgb(72,149,204); }
td.TdClassName
{
border-color: #4895CC;
}
.TagClassName
{
border-color: #4895CC;
}
</style>