Shades of Picton Blue #4DA2CC
Tints of Picton Blue #4DA2CC
RGB
CMYK
RGB Variations
Color information
#4DA2CC (or 0x4DA2CC) is known color: Picton Blue. HEX triplet: 4D, A2 and CC. RGB value is (77,162,204). Sum of RGB (Red+Green+Blue) = 77+162+204=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2CC is #B25D33. Grayscale: #8D8D8D. Windows color (decimal): -11689268 or 13410893. OLE color: 13410893.
HSL color Cylindrical-coordinate representation of color #4DA2CC: hue angle of 199.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA2CC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 162 | 204 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.2 |
| HSL | 199.84º | 0.55% | 0.55% | - |
| HSV(B) | 199.84º | 0.62% | 0.8% | - |
| XYZ | 26.88 | 31.78 | 61.84 | - |
| YUV | 141.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 204 | 0.62 | 0.21 | 0 | 0.2 | 199.84 | 0.55 | 0.55 |
| Hex | 4D | A2 | CC | 3E | 15 | 0 | 14 | C8 | 37 | 37 |
| Octal | 115 | 242 | 314 | 76 | 25 | 0 | 24 | 310 | 67 | 67 |
| Binary | 1001101 | 10100010 | 11001100 | 111110 | 10101 | 0 | 10100 | 11001000 | 110111 | 110111 |
Color Harmonies of #4DA2CC
Complementary color
Monochromatic Colors of #4DA2CC
Black with #4DA2CC
Text Example
Text Example
White with #4DA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2CC; }
p { color: rgb(77,162,204); }
H1.HeaderClassName
{
color: #4DA2CC;
}
.AnyTagClassName
{
color: #4DA2CC;
}
</style>
background-color css
<style>
a { background-color: #4DA2CC; }
a { background-color: rgb(77,162,204); }
div.DivClassName
{
background-color: #4DA2CC;
}
.BgClassName
{
background-color: #4DA2CC;
}
</style>
border-color css
<style>
span { border-color: #4DA2CC; }
span { border-color: rgb(77,162,204); }
td.TdClassName
{
border-color: #4DA2CC;
}
.TagClassName
{
border-color: #4DA2CC;
}
</style>