Shades of Picton Blue #4BA3CE
Tints of Picton Blue #4BA3CE
RGB
CMYK
RGB Variations
Color information
#4BA3CE (or 0x4BA3CE) is known color: Picton Blue. HEX triplet: 4B, A3 and CE. RGB value is (75,163,206). Sum of RGB (Red+Green+Blue) = 75+163+206=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA3CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA3CE is #B45C31. Grayscale: #8D8D8D. Windows color (decimal): -11820082 or 13542219. OLE color: 13542219.
HSL color Cylindrical-coordinate representation of color #4BA3CE: hue angle of 199.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA3CE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 163 | 206 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.19 |
| HSL | 199.69º | 0.57% | 0.55% | - |
| HSV(B) | 199.69º | 0.64% | 0.81% | - |
| XYZ | 27.14 | 32.15 | 63.17 | - |
| YUV | 141.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 206 | 0.64 | 0.21 | 0 | 0.19 | 199.69 | 0.57 | 0.55 |
| Hex | 4B | A3 | CE | 40 | 15 | 0 | 13 | C8 | 39 | 37 |
| Octal | 113 | 243 | 316 | 100 | 25 | 0 | 23 | 310 | 71 | 67 |
| Binary | 1001011 | 10100011 | 11001110 | 1000000 | 10101 | 0 | 10011 | 11001000 | 111001 | 110111 |
Color Harmonies of #4BA3CE
Complementary color
Monochromatic Colors of #4BA3CE
Black with #4BA3CE
Text Example
Text Example
White with #4BA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA3CE; }
p { color: rgb(75,163,206); }
H1.HeaderClassName
{
color: #4BA3CE;
}
.AnyTagClassName
{
color: #4BA3CE;
}
</style>
background-color css
<style>
a { background-color: #4BA3CE; }
a { background-color: rgb(75,163,206); }
div.DivClassName
{
background-color: #4BA3CE;
}
.BgClassName
{
background-color: #4BA3CE;
}
</style>
border-color css
<style>
span { border-color: #4BA3CE; }
span { border-color: rgb(75,163,206); }
td.TdClassName
{
border-color: #4BA3CE;
}
.TagClassName
{
border-color: #4BA3CE;
}
</style>