Shades of Picton Blue #4A9DCE
Tints of Picton Blue #4A9DCE
RGB
CMYK
RGB Variations
Color information
#4A9DCE (or 0x4A9DCE) is known color: Picton Blue. HEX triplet: 4A, 9D and CE. RGB value is (74,157,206). Sum of RGB (Red+Green+Blue) = 74+157+206=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A9DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9DCE is #B56231. Grayscale: #898989. Windows color (decimal): -11887154 or 13540682. OLE color: 13540682.
HSL color Cylindrical-coordinate representation of color #4A9DCE: hue angle of 202.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A9DCE is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 157 | 206 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.19 |
| HSL | 202.27º | 0.57% | 0.55% | - |
| HSV(B) | 202.27º | 0.64% | 0.81% | - |
| XYZ | 26.02 | 30.03 | 62.82 | - |
| YUV | 137.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 206 | 0.64 | 0.24 | 0 | 0.19 | 202.27 | 0.57 | 0.55 |
| Hex | 4A | 9D | CE | 40 | 18 | 0 | 13 | CA | 39 | 37 |
| Octal | 112 | 235 | 316 | 100 | 30 | 0 | 23 | 312 | 71 | 67 |
| Binary | 1001010 | 10011101 | 11001110 | 1000000 | 11000 | 0 | 10011 | 11001010 | 111001 | 110111 |
Color Harmonies of #4A9DCE
Complementary color
Monochromatic Colors of #4A9DCE
Black with #4A9DCE
Text Example
Text Example
White with #4A9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9DCE; }
p { color: rgb(74,157,206); }
H1.HeaderClassName
{
color: #4A9DCE;
}
.AnyTagClassName
{
color: #4A9DCE;
}
</style>
background-color css
<style>
a { background-color: #4A9DCE; }
a { background-color: rgb(74,157,206); }
div.DivClassName
{
background-color: #4A9DCE;
}
.BgClassName
{
background-color: #4A9DCE;
}
</style>
border-color css
<style>
span { border-color: #4A9DCE; }
span { border-color: rgb(74,157,206); }
td.TdClassName
{
border-color: #4A9DCE;
}
.TagClassName
{
border-color: #4A9DCE;
}
</style>