Shades of Picton Blue #4DA4CC
Tints of Picton Blue #4DA4CC
RGB
CMYK
RGB Variations
Color information
#4DA4CC (or 0x4DA4CC) is known color: Picton Blue. HEX triplet: 4D, A4 and CC. RGB value is (77,164,204). Sum of RGB (Red+Green+Blue) = 77+164+204=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DA4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA4CC is #B25B33. Grayscale: #8E8E8E. Windows color (decimal): -11688756 or 13411405. OLE color: 13411405.
HSL color Cylindrical-coordinate representation of color #4DA4CC: hue angle of 198.9º 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 #4DA4CC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 164 | 204 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.2 |
| HSL | 198.9º | 0.55% | 0.55% | - |
| HSV(B) | 198.9º | 0.62% | 0.8% | - |
| XYZ | 27.24 | 32.49 | 61.96 | - |
| YUV | 142.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 204 | 0.62 | 0.20 | 0 | 0.2 | 198.9 | 0.55 | 0.55 |
| Hex | 4D | A4 | CC | 3E | 14 | 0 | 14 | C7 | 37 | 37 |
| Octal | 115 | 244 | 314 | 76 | 24 | 0 | 24 | 307 | 67 | 67 |
| Binary | 1001101 | 10100100 | 11001100 | 111110 | 10100 | 0 | 10100 | 11000111 | 110111 | 110111 |
Color Harmonies of #4DA4CC
Complementary color
Monochromatic Colors of #4DA4CC
Black with #4DA4CC
Text Example
Text Example
White with #4DA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA4CC; }
p { color: rgb(77,164,204); }
H1.HeaderClassName
{
color: #4DA4CC;
}
.AnyTagClassName
{
color: #4DA4CC;
}
</style>
background-color css
<style>
a { background-color: #4DA4CC; }
a { background-color: rgb(77,164,204); }
div.DivClassName
{
background-color: #4DA4CC;
}
.BgClassName
{
background-color: #4DA4CC;
}
</style>
border-color css
<style>
span { border-color: #4DA4CC; }
span { border-color: rgb(77,164,204); }
td.TdClassName
{
border-color: #4DA4CC;
}
.TagClassName
{
border-color: #4DA4CC;
}
</style>