Shades of Picton Blue #4C9EDA
Tints of Picton Blue #4C9EDA
RGB
CMYK
RGB Variations
Color information
#4C9EDA (or 0x4C9EDA) is known color: Picton Blue. HEX triplet: 4C, 9E and DA. RGB value is (76,158,218). Sum of RGB (Red+Green+Blue) = 76+158+218=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C9EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9EDA is #B36125. Grayscale: #8C8C8C. Windows color (decimal): -11755814 or 14327372. OLE color: 14327372.
HSL color Cylindrical-coordinate representation of color #4C9EDA: hue angle of 205.35º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C9EDA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 158 | 218 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.15 |
| HSL | 205.35º | 0.66% | 0.58% | - |
| HSV(B) | 205.35º | 0.65% | 0.85% | - |
| XYZ | 27.86 | 31.05 | 70.85 | - |
| YUV | 140.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 218 | 0.65 | 0.28 | 0 | 0.15 | 205.35 | 0.66 | 0.58 |
| Hex | 4C | 9E | DA | 41 | 1C | 0 | F | CD | 42 | 3A |
| Octal | 114 | 236 | 332 | 101 | 34 | 0 | 17 | 315 | 102 | 72 |
| Binary | 1001100 | 10011110 | 11011010 | 1000001 | 11100 | 0 | 1111 | 11001101 | 1000010 | 111010 |
Color Harmonies of #4C9EDA
Complementary color
Monochromatic Colors of #4C9EDA
Black with #4C9EDA
Text Example
Text Example
White with #4C9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9EDA; }
p { color: rgb(76,158,218); }
H1.HeaderClassName
{
color: #4C9EDA;
}
.AnyTagClassName
{
color: #4C9EDA;
}
</style>
background-color css
<style>
a { background-color: #4C9EDA; }
a { background-color: rgb(76,158,218); }
div.DivClassName
{
background-color: #4C9EDA;
}
.BgClassName
{
background-color: #4C9EDA;
}
</style>
border-color css
<style>
span { border-color: #4C9EDA; }
span { border-color: rgb(76,158,218); }
td.TdClassName
{
border-color: #4C9EDA;
}
.TagClassName
{
border-color: #4C9EDA;
}
</style>