Shades of Picton Blue #4D9ECB
Tints of Picton Blue #4D9ECB
RGB
CMYK
RGB Variations
Color information
#4D9ECB (or 0x4D9ECB) is known color: Picton Blue. HEX triplet: 4D, 9E and CB. RGB value is (77,158,203). Sum of RGB (Red+Green+Blue) = 77+158+203=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9ECB is #B26134. Grayscale: #8A8A8A. Windows color (decimal): -11690293 or 13344333. OLE color: 13344333.
HSL color Cylindrical-coordinate representation of color #4D9ECB: hue angle of 201.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D9ECB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 158 | 203 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.20 |
| HSL | 201.43º | 0.55% | 0.55% | - |
| HSV(B) | 201.43º | 0.62% | 0.8% | - |
| XYZ | 26.07 | 30.34 | 60.98 | - |
| YUV | 138.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 203 | 0.62 | 0.22 | 0 | 0.20 | 201.43 | 0.55 | 0.55 |
| Hex | 4D | 9E | CB | 3E | 16 | 0 | 14 | C9 | 37 | 37 |
| Octal | 115 | 236 | 313 | 76 | 26 | 0 | 24 | 311 | 67 | 67 |
| Binary | 1001101 | 10011110 | 11001011 | 111110 | 10110 | 0 | 10100 | 11001001 | 110111 | 110111 |
Color Harmonies of #4D9ECB
Complementary color
Monochromatic Colors of #4D9ECB
Black with #4D9ECB
Text Example
Text Example
White with #4D9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9ECB; }
p { color: rgb(77,158,203); }
H1.HeaderClassName
{
color: #4D9ECB;
}
.AnyTagClassName
{
color: #4D9ECB;
}
</style>
background-color css
<style>
a { background-color: #4D9ECB; }
a { background-color: rgb(77,158,203); }
div.DivClassName
{
background-color: #4D9ECB;
}
.BgClassName
{
background-color: #4D9ECB;
}
</style>
border-color css
<style>
span { border-color: #4D9ECB; }
span { border-color: rgb(77,158,203); }
td.TdClassName
{
border-color: #4D9ECB;
}
.TagClassName
{
border-color: #4D9ECB;
}
</style>