Shades of Picton Blue #4D92DB
Tints of Picton Blue #4D92DB
RGB
CMYK
RGB Variations
Color information
#4D92DB (or 0x4D92DB) is known color: Picton Blue. HEX triplet: 4D, 92 and DB. RGB value is (77,146,219). Sum of RGB (Red+Green+Blue) = 77+146+219=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D92DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D92DB is #B26D24. Grayscale: #858585. Windows color (decimal): -11693349 or 14389837. OLE color: 14389837.
HSL color Cylindrical-coordinate representation of color #4D92DB: hue angle of 210.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D92DB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 146 | 219 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.14 |
| HSL | 210.85º | 0.66% | 0.58% | - |
| HSV(B) | 210.85º | 0.65% | 0.86% | - |
| XYZ | 26.13 | 27.25 | 70.9 | - |
| YUV | 133.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 219 | 0.65 | 0.33 | 0 | 0.14 | 210.85 | 0.66 | 0.58 |
| Hex | 4D | 92 | DB | 41 | 21 | 0 | E | D3 | 42 | 3A |
| Octal | 115 | 222 | 333 | 101 | 41 | 0 | 16 | 323 | 102 | 72 |
| Binary | 1001101 | 10010010 | 11011011 | 1000001 | 100001 | 0 | 1110 | 11010011 | 1000010 | 111010 |
Color Harmonies of #4D92DB
Complementary color
Monochromatic Colors of #4D92DB
Black with #4D92DB
Text Example
Text Example
White with #4D92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D92DB; }
p { color: rgb(77,146,219); }
H1.HeaderClassName
{
color: #4D92DB;
}
.AnyTagClassName
{
color: #4D92DB;
}
</style>
background-color css
<style>
a { background-color: #4D92DB; }
a { background-color: rgb(77,146,219); }
div.DivClassName
{
background-color: #4D92DB;
}
.BgClassName
{
background-color: #4D92DB;
}
</style>
border-color css
<style>
span { border-color: #4D92DB; }
span { border-color: rgb(77,146,219); }
td.TdClassName
{
border-color: #4D92DB;
}
.TagClassName
{
border-color: #4D92DB;
}
</style>