Shades of Picton Blue #4D96CA
Tints of Picton Blue #4D96CA
RGB
CMYK
RGB Variations
Color information
#4D96CA (or 0x4D96CA) is known color: Picton Blue. HEX triplet: 4D, 96 and CA. RGB value is (77,150,202). Sum of RGB (Red+Green+Blue) = 77+150+202=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96CA is #B26935. Grayscale: #858585. Windows color (decimal): -11692342 or 13276749. OLE color: 13276749.
HSL color Cylindrical-coordinate representation of color #4D96CA: hue angle of 204.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D96CA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 150 | 202 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.21 |
| HSL | 204.96º | 0.54% | 0.55% | - |
| HSV(B) | 204.96º | 0.62% | 0.79% | - |
| XYZ | 24.63 | 27.65 | 59.92 | - |
| YUV | 134.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 202 | 0.62 | 0.26 | 0 | 0.21 | 204.96 | 0.54 | 0.55 |
| Hex | 4D | 96 | CA | 3E | 1A | 0 | 15 | CD | 36 | 37 |
| Octal | 115 | 226 | 312 | 76 | 32 | 0 | 25 | 315 | 66 | 67 |
| Binary | 1001101 | 10010110 | 11001010 | 111110 | 11010 | 0 | 10101 | 11001101 | 110110 | 110111 |
Color Harmonies of #4D96CA
Complementary color
Monochromatic Colors of #4D96CA
Black with #4D96CA
Text Example
Text Example
White with #4D96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96CA; }
p { color: rgb(77,150,202); }
H1.HeaderClassName
{
color: #4D96CA;
}
.AnyTagClassName
{
color: #4D96CA;
}
</style>
background-color css
<style>
a { background-color: #4D96CA; }
a { background-color: rgb(77,150,202); }
div.DivClassName
{
background-color: #4D96CA;
}
.BgClassName
{
background-color: #4D96CA;
}
</style>
border-color css
<style>
span { border-color: #4D96CA; }
span { border-color: rgb(77,150,202); }
td.TdClassName
{
border-color: #4D96CA;
}
.TagClassName
{
border-color: #4D96CA;
}
</style>