Shades of Picton Blue #4DA3CF
Tints of Picton Blue #4DA3CF
RGB
CMYK
RGB Variations
Color information
#4DA3CF (or 0x4DA3CF) is known color: Picton Blue. HEX triplet: 4D, A3 and CF. RGB value is (77,163,207). Sum of RGB (Red+Green+Blue) = 77+163+207=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA3CF is #B25C30. Grayscale: #8E8E8E. Windows color (decimal): -11689009 or 13607757. OLE color: 13607757.
HSL color Cylindrical-coordinate representation of color #4DA3CF: hue angle of 200.31º 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 #4DA3CF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 163 | 207 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.19 |
| HSL | 200.31º | 0.58% | 0.56% | - |
| HSV(B) | 200.31º | 0.63% | 0.81% | - |
| XYZ | 27.42 | 32.28 | 63.82 | - |
| YUV | 142.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 207 | 0.63 | 0.21 | 0 | 0.19 | 200.31 | 0.58 | 0.56 |
| Hex | 4D | A3 | CF | 3F | 15 | 0 | 13 | C8 | 3A | 38 |
| Octal | 115 | 243 | 317 | 77 | 25 | 0 | 23 | 310 | 72 | 70 |
| Binary | 1001101 | 10100011 | 11001111 | 111111 | 10101 | 0 | 10011 | 11001000 | 111010 | 111000 |
Color Harmonies of #4DA3CF
Complementary color
Monochromatic Colors of #4DA3CF
Black with #4DA3CF
Text Example
Text Example
White with #4DA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA3CF; }
p { color: rgb(77,163,207); }
H1.HeaderClassName
{
color: #4DA3CF;
}
.AnyTagClassName
{
color: #4DA3CF;
}
</style>
background-color css
<style>
a { background-color: #4DA3CF; }
a { background-color: rgb(77,163,207); }
div.DivClassName
{
background-color: #4DA3CF;
}
.BgClassName
{
background-color: #4DA3CF;
}
</style>
border-color css
<style>
span { border-color: #4DA3CF; }
span { border-color: rgb(77,163,207); }
td.TdClassName
{
border-color: #4DA3CF;
}
.TagClassName
{
border-color: #4DA3CF;
}
</style>