Shades of Picton Blue #4D94CE
Tints of Picton Blue #4D94CE
RGB
CMYK
RGB Variations
Color information
#4D94CE (or 0x4D94CE) is known color: Picton Blue. HEX triplet: 4D, 94 and CE. RGB value is (77,148,206). Sum of RGB (Red+Green+Blue) = 77+148+206=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D94CE is #B26B31. Grayscale: #858585. Windows color (decimal): -11692850 or 13538381. OLE color: 13538381.
HSL color Cylindrical-coordinate representation of color #4D94CE: hue angle of 206.98º 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 #4D94CE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 148 | 206 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.19 |
| HSL | 206.98º | 0.57% | 0.55% | - |
| HSV(B) | 206.98º | 0.63% | 0.81% | - |
| XYZ | 24.79 | 27.21 | 62.34 | - |
| YUV | 133.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 206 | 0.63 | 0.28 | 0 | 0.19 | 206.98 | 0.57 | 0.55 |
| Hex | 4D | 94 | CE | 3F | 1C | 0 | 13 | CF | 39 | 37 |
| Octal | 115 | 224 | 316 | 77 | 34 | 0 | 23 | 317 | 71 | 67 |
| Binary | 1001101 | 10010100 | 11001110 | 111111 | 11100 | 0 | 10011 | 11001111 | 111001 | 110111 |
Color Harmonies of #4D94CE
Complementary color
Monochromatic Colors of #4D94CE
Black with #4D94CE
Text Example
Text Example
White with #4D94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D94CE; }
p { color: rgb(77,148,206); }
H1.HeaderClassName
{
color: #4D94CE;
}
.AnyTagClassName
{
color: #4D94CE;
}
</style>
background-color css
<style>
a { background-color: #4D94CE; }
a { background-color: rgb(77,148,206); }
div.DivClassName
{
background-color: #4D94CE;
}
.BgClassName
{
background-color: #4D94CE;
}
</style>
border-color css
<style>
span { border-color: #4D94CE; }
span { border-color: rgb(77,148,206); }
td.TdClassName
{
border-color: #4D94CE;
}
.TagClassName
{
border-color: #4D94CE;
}
</style>