Shades of Picton Blue #4DA1CF
Tints of Picton Blue #4DA1CF
RGB
CMYK
RGB Variations
Color information
#4DA1CF (or 0x4DA1CF) is known color: Picton Blue. HEX triplet: 4D, A1 and CF. RGB value is (77,161,207). Sum of RGB (Red+Green+Blue) = 77+161+207=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DA1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA1CF is #B25E30. Grayscale: #8C8C8C. Windows color (decimal): -11689521 or 13607245. OLE color: 13607245.
HSL color Cylindrical-coordinate representation of color #4DA1CF: hue angle of 201.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DA1CF is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 161 | 207 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.19 |
| HSL | 201.23º | 0.58% | 0.56% | - |
| HSV(B) | 201.23º | 0.63% | 0.81% | - |
| XYZ | 27.07 | 31.57 | 63.7 | - |
| YUV | 141.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 207 | 0.63 | 0.22 | 0 | 0.19 | 201.23 | 0.58 | 0.56 |
| Hex | 4D | A1 | CF | 3F | 16 | 0 | 13 | C9 | 3A | 38 |
| Octal | 115 | 241 | 317 | 77 | 26 | 0 | 23 | 311 | 72 | 70 |
| Binary | 1001101 | 10100001 | 11001111 | 111111 | 10110 | 0 | 10011 | 11001001 | 111010 | 111000 |
Color Harmonies of #4DA1CF
Complementary color
Monochromatic Colors of #4DA1CF
Black with #4DA1CF
Text Example
Text Example
White with #4DA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA1CF; }
p { color: rgb(77,161,207); }
H1.HeaderClassName
{
color: #4DA1CF;
}
.AnyTagClassName
{
color: #4DA1CF;
}
</style>
background-color css
<style>
a { background-color: #4DA1CF; }
a { background-color: rgb(77,161,207); }
div.DivClassName
{
background-color: #4DA1CF;
}
.BgClassName
{
background-color: #4DA1CF;
}
</style>
border-color css
<style>
span { border-color: #4DA1CF; }
span { border-color: rgb(77,161,207); }
td.TdClassName
{
border-color: #4DA1CF;
}
.TagClassName
{
border-color: #4DA1CF;
}
</style>