Shades of Picton Blue #4BA1DA
Tints of Picton Blue #4BA1DA
RGB
CMYK
RGB Variations
Color information
#4BA1DA (or 0x4BA1DA) is known color: Picton Blue. HEX triplet: 4B, A1 and DA. RGB value is (75,161,218). Sum of RGB (Red+Green+Blue) = 75+161+218=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA1DA is #B45E25. Grayscale: #8D8D8D. Windows color (decimal): -11820582 or 14328139. OLE color: 14328139.
HSL color Cylindrical-coordinate representation of color #4BA1DA: hue angle of 203.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BA1DA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 161 | 218 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.15 |
| HSL | 203.92º | 0.66% | 0.57% | - |
| HSV(B) | 203.92º | 0.66% | 0.85% | - |
| XYZ | 28.3 | 32.05 | 71.02 | - |
| YUV | 141.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 218 | 0.66 | 0.26 | 0 | 0.15 | 203.92 | 0.66 | 0.57 |
| Hex | 4B | A1 | DA | 42 | 1A | 0 | F | CC | 42 | 39 |
| Octal | 113 | 241 | 332 | 102 | 32 | 0 | 17 | 314 | 102 | 71 |
| Binary | 1001011 | 10100001 | 11011010 | 1000010 | 11010 | 0 | 1111 | 11001100 | 1000010 | 111001 |
Color Harmonies of #4BA1DA
Complementary color
Monochromatic Colors of #4BA1DA
Black with #4BA1DA
Text Example
Text Example
White with #4BA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA1DA; }
p { color: rgb(75,161,218); }
H1.HeaderClassName
{
color: #4BA1DA;
}
.AnyTagClassName
{
color: #4BA1DA;
}
</style>
background-color css
<style>
a { background-color: #4BA1DA; }
a { background-color: rgb(75,161,218); }
div.DivClassName
{
background-color: #4BA1DA;
}
.BgClassName
{
background-color: #4BA1DA;
}
</style>
border-color css
<style>
span { border-color: #4BA1DA; }
span { border-color: rgb(75,161,218); }
td.TdClassName
{
border-color: #4BA1DA;
}
.TagClassName
{
border-color: #4BA1DA;
}
</style>