Shades of Picton Blue #4D93D7
Tints of Picton Blue #4D93D7
RGB
CMYK
RGB Variations
Color information
#4D93D7 (or 0x4D93D7) is known color: Picton Blue. HEX triplet: 4D, 93 and D7. RGB value is (77,147,215). Sum of RGB (Red+Green+Blue) = 77+147+215=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #4D93D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93D7 is #B26C28. Grayscale: #858585. Windows color (decimal): -11693097 or 14127949. OLE color: 14127949.
HSL color Cylindrical-coordinate representation of color #4D93D7: hue angle of 209.57º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D93D7 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 147 | 215 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.16 |
| HSL | 209.57º | 0.63% | 0.57% | - |
| HSV(B) | 209.57º | 0.64% | 0.84% | - |
| XYZ | 25.76 | 27.35 | 68.21 | - |
| YUV | 133.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 215 | 0.64 | 0.32 | 0 | 0.16 | 209.57 | 0.63 | 0.57 |
| Hex | 4D | 93 | D7 | 40 | 20 | 0 | 10 | D2 | 3F | 39 |
| Octal | 115 | 223 | 327 | 100 | 40 | 0 | 20 | 322 | 77 | 71 |
| Binary | 1001101 | 10010011 | 11010111 | 1000000 | 100000 | 0 | 10000 | 11010010 | 111111 | 111001 |
Color Harmonies of #4D93D7
Complementary color
Monochromatic Colors of #4D93D7
Black with #4D93D7
Text Example
Text Example
White with #4D93D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D93D7; }
p { color: rgb(77,147,215); }
H1.HeaderClassName
{
color: #4D93D7;
}
.AnyTagClassName
{
color: #4D93D7;
}
</style>
background-color css
<style>
a { background-color: #4D93D7; }
a { background-color: rgb(77,147,215); }
div.DivClassName
{
background-color: #4D93D7;
}
.BgClassName
{
background-color: #4D93D7;
}
</style>
border-color css
<style>
span { border-color: #4D93D7; }
span { border-color: rgb(77,147,215); }
td.TdClassName
{
border-color: #4D93D7;
}
.TagClassName
{
border-color: #4D93D7;
}
</style>