Shades of Picton Blue #4C93D6
Tints of Picton Blue #4C93D6
RGB
CMYK
RGB Variations
Color information
#4C93D6 (or 0x4C93D6) is known color: Picton Blue. HEX triplet: 4C, 93 and D6. RGB value is (76,147,214). Sum of RGB (Red+Green+Blue) = 76+147+214=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C93D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C93D6 is #B36C29. Grayscale: #858585. Windows color (decimal): -11758634 or 14062412. OLE color: 14062412.
HSL color Cylindrical-coordinate representation of color #4C93D6: hue angle of 209.13º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C93D6 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 147 | 214 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.16 |
| HSL | 209.13º | 0.63% | 0.57% | - |
| HSV(B) | 209.13º | 0.64% | 0.84% | - |
| XYZ | 25.55 | 27.26 | 67.53 | - |
| YUV | 133.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 214 | 0.64 | 0.31 | 0 | 0.16 | 209.13 | 0.63 | 0.57 |
| Hex | 4C | 93 | D6 | 40 | 1F | 0 | 10 | D1 | 3F | 39 |
| Octal | 114 | 223 | 326 | 100 | 37 | 0 | 20 | 321 | 77 | 71 |
| Binary | 1001100 | 10010011 | 11010110 | 1000000 | 11111 | 0 | 10000 | 11010001 | 111111 | 111001 |
Color Harmonies of #4C93D6
Complementary color
Monochromatic Colors of #4C93D6
Black with #4C93D6
Text Example
Text Example
White with #4C93D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C93D6; }
p { color: rgb(76,147,214); }
H1.HeaderClassName
{
color: #4C93D6;
}
.AnyTagClassName
{
color: #4C93D6;
}
</style>
background-color css
<style>
a { background-color: #4C93D6; }
a { background-color: rgb(76,147,214); }
div.DivClassName
{
background-color: #4C93D6;
}
.BgClassName
{
background-color: #4C93D6;
}
</style>
border-color css
<style>
span { border-color: #4C93D6; }
span { border-color: rgb(76,147,214); }
td.TdClassName
{
border-color: #4C93D6;
}
.TagClassName
{
border-color: #4C93D6;
}
</style>