Shades of Picton Blue #4A9CDC
Tints of Picton Blue #4A9CDC
RGB
CMYK
RGB Variations
Color information
#4A9CDC (or 0x4A9CDC) is known color: Picton Blue. HEX triplet: 4A, 9C and DC. RGB value is (74,156,220). Sum of RGB (Red+Green+Blue) = 74+156+220=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A9CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9CDC is #B56323. Grayscale: #8A8A8A. Windows color (decimal): -11887396 or 14457930. OLE color: 14457930.
HSL color Cylindrical-coordinate representation of color #4A9CDC: hue angle of 206.3º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A9CDC is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 156 | 220 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.14 |
| HSL | 206.3º | 0.68% | 0.58% | - |
| HSV(B) | 206.3º | 0.66% | 0.86% | - |
| XYZ | 27.63 | 30.4 | 72.12 | - |
| YUV | 138.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 220 | 0.66 | 0.29 | 0 | 0.14 | 206.3 | 0.68 | 0.58 |
| Hex | 4A | 9C | DC | 42 | 1D | 0 | E | CE | 44 | 3A |
| Octal | 112 | 234 | 334 | 102 | 35 | 0 | 16 | 316 | 104 | 72 |
| Binary | 1001010 | 10011100 | 11011100 | 1000010 | 11101 | 0 | 1110 | 11001110 | 1000100 | 111010 |
Color Harmonies of #4A9CDC
Complementary color
Monochromatic Colors of #4A9CDC
Black with #4A9CDC
Text Example
Text Example
White with #4A9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9CDC; }
p { color: rgb(74,156,220); }
H1.HeaderClassName
{
color: #4A9CDC;
}
.AnyTagClassName
{
color: #4A9CDC;
}
</style>
background-color css
<style>
a { background-color: #4A9CDC; }
a { background-color: rgb(74,156,220); }
div.DivClassName
{
background-color: #4A9CDC;
}
.BgClassName
{
background-color: #4A9CDC;
}
</style>
border-color css
<style>
span { border-color: #4A9CDC; }
span { border-color: rgb(74,156,220); }
td.TdClassName
{
border-color: #4A9CDC;
}
.TagClassName
{
border-color: #4A9CDC;
}
</style>