Shades of Picton Blue #4DA5CE
Tints of Picton Blue #4DA5CE
RGB
CMYK
RGB Variations
Color information
#4DA5CE (or 0x4DA5CE) is known color: Picton Blue. HEX triplet: 4D, A5 and CE. RGB value is (77,165,206). Sum of RGB (Red+Green+Blue) = 77+165+206=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5CE is #B25A31. Grayscale: #8F8F8F. Windows color (decimal): -11688498 or 13542733. OLE color: 13542733.
HSL color Cylindrical-coordinate representation of color #4DA5CE: hue angle of 199.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DA5CE is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 165 | 206 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.19 |
| HSL | 199.07º | 0.57% | 0.55% | - |
| HSV(B) | 199.07º | 0.63% | 0.81% | - |
| XYZ | 27.66 | 32.94 | 63.29 | - |
| YUV | 143.36 | 163.35 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 206 | 0.63 | 0.20 | 0 | 0.19 | 199.07 | 0.57 | 0.55 |
| Hex | 4D | A5 | CE | 3F | 14 | 0 | 13 | C7 | 39 | 37 |
| Octal | 115 | 245 | 316 | 77 | 24 | 0 | 23 | 307 | 71 | 67 |
| Binary | 1001101 | 10100101 | 11001110 | 111111 | 10100 | 0 | 10011 | 11000111 | 111001 | 110111 |
Color Harmonies of #4DA5CE
Complementary color
Monochromatic Colors of #4DA5CE
Black with #4DA5CE
Text Example
Text Example
White with #4DA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5CE; }
p { color: rgb(77,165,206); }
H1.HeaderClassName
{
color: #4DA5CE;
}
.AnyTagClassName
{
color: #4DA5CE;
}
</style>
background-color css
<style>
a { background-color: #4DA5CE; }
a { background-color: rgb(77,165,206); }
div.DivClassName
{
background-color: #4DA5CE;
}
.BgClassName
{
background-color: #4DA5CE;
}
</style>
border-color css
<style>
span { border-color: #4DA5CE; }
span { border-color: rgb(77,165,206); }
td.TdClassName
{
border-color: #4DA5CE;
}
.TagClassName
{
border-color: #4DA5CE;
}
</style>