Shades of Picton Blue #4BA3DE
Tints of Picton Blue #4BA3DE
RGB
CMYK
RGB Variations
Color information
#4BA3DE (or 0x4BA3DE) is known color: Picton Blue. HEX triplet: 4B, A3 and DE. RGB value is (75,163,222). Sum of RGB (Red+Green+Blue) = 75+163+222=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BA3DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA3DE is #B45C21. Grayscale: #8F8F8F. Windows color (decimal): -11820066 or 14590795. OLE color: 14590795.
HSL color Cylindrical-coordinate representation of color #4BA3DE: hue angle of 204.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BA3DE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 163 | 222 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.13 |
| HSL | 204.08º | 0.69% | 0.58% | - |
| HSV(B) | 204.08º | 0.66% | 0.87% | - |
| XYZ | 29.18 | 32.96 | 73.93 | - |
| YUV | 143.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 222 | 0.66 | 0.27 | 0 | 0.13 | 204.08 | 0.69 | 0.58 |
| Hex | 4B | A3 | DE | 42 | 1B | 0 | D | CC | 45 | 3A |
| Octal | 113 | 243 | 336 | 102 | 33 | 0 | 15 | 314 | 105 | 72 |
| Binary | 1001011 | 10100011 | 11011110 | 1000010 | 11011 | 0 | 1101 | 11001100 | 1000101 | 111010 |
Color Harmonies of #4BA3DE
Complementary color
Monochromatic Colors of #4BA3DE
Black with #4BA3DE
Text Example
Text Example
White with #4BA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA3DE; }
p { color: rgb(75,163,222); }
H1.HeaderClassName
{
color: #4BA3DE;
}
.AnyTagClassName
{
color: #4BA3DE;
}
</style>
background-color css
<style>
a { background-color: #4BA3DE; }
a { background-color: rgb(75,163,222); }
div.DivClassName
{
background-color: #4BA3DE;
}
.BgClassName
{
background-color: #4BA3DE;
}
</style>
border-color css
<style>
span { border-color: #4BA3DE; }
span { border-color: rgb(75,163,222); }
td.TdClassName
{
border-color: #4BA3DE;
}
.TagClassName
{
border-color: #4BA3DE;
}
</style>