Shades of Picton Blue #4A97D1
Tints of Picton Blue #4A97D1
RGB
CMYK
RGB Variations
Color information
#4A97D1 (or 0x4A97D1) is known color: Picton Blue. HEX triplet: 4A, 97 and D1. RGB value is (74,151,209). Sum of RGB (Red+Green+Blue) = 74+151+209=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #4A97D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A97D1 is #B5682E. Grayscale: #868686. Windows color (decimal): -11888687 or 13735754. OLE color: 13735754.
HSL color Cylindrical-coordinate representation of color #4A97D1: hue angle of 205.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A97D1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 151 | 209 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.18 |
| HSL | 205.78º | 0.59% | 0.55% | - |
| HSV(B) | 205.78º | 0.65% | 0.82% | - |
| XYZ | 25.4 | 28.19 | 64.42 | - |
| YUV | 134.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 209 | 0.65 | 0.28 | 0 | 0.18 | 205.78 | 0.59 | 0.55 |
| Hex | 4A | 97 | D1 | 41 | 1C | 0 | 12 | CE | 3B | 37 |
| Octal | 112 | 227 | 321 | 101 | 34 | 0 | 22 | 316 | 73 | 67 |
| Binary | 1001010 | 10010111 | 11010001 | 1000001 | 11100 | 0 | 10010 | 11001110 | 111011 | 110111 |
Color Harmonies of #4A97D1
Complementary color
Monochromatic Colors of #4A97D1
Black with #4A97D1
Text Example
Text Example
White with #4A97D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A97D1; }
p { color: rgb(74,151,209); }
H1.HeaderClassName
{
color: #4A97D1;
}
.AnyTagClassName
{
color: #4A97D1;
}
</style>
background-color css
<style>
a { background-color: #4A97D1; }
a { background-color: rgb(74,151,209); }
div.DivClassName
{
background-color: #4A97D1;
}
.BgClassName
{
background-color: #4A97D1;
}
</style>
border-color css
<style>
span { border-color: #4A97D1; }
span { border-color: rgb(74,151,209); }
td.TdClassName
{
border-color: #4A97D1;
}
.TagClassName
{
border-color: #4A97D1;
}
</style>