Shades of Picton Blue #4BA7DA
Tints of Picton Blue #4BA7DA
RGB
CMYK
RGB Variations
Color information
#4BA7DA (or 0x4BA7DA) is known color: Picton Blue. HEX triplet: 4B, A7 and DA. RGB value is (75,167,218). Sum of RGB (Red+Green+Blue) = 75+167+218=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BA7DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA7DA is #B45825. Grayscale: #919191. Windows color (decimal): -11819046 or 14329675. OLE color: 14329675.
HSL color Cylindrical-coordinate representation of color #4BA7DA: hue angle of 201.4º 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 #4BA7DA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 167 | 218 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.15 |
| HSL | 201.4º | 0.66% | 0.57% | - |
| HSV(B) | 201.4º | 0.66% | 0.85% | - |
| XYZ | 29.38 | 34.2 | 71.38 | - |
| YUV | 145.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 218 | 0.66 | 0.23 | 0 | 0.15 | 201.4 | 0.66 | 0.57 |
| Hex | 4B | A7 | DA | 42 | 17 | 0 | F | C9 | 42 | 39 |
| Octal | 113 | 247 | 332 | 102 | 27 | 0 | 17 | 311 | 102 | 71 |
| Binary | 1001011 | 10100111 | 11011010 | 1000010 | 10111 | 0 | 1111 | 11001001 | 1000010 | 111001 |
Color Harmonies of #4BA7DA
Complementary color
Monochromatic Colors of #4BA7DA
Black with #4BA7DA
Text Example
Text Example
White with #4BA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA7DA; }
p { color: rgb(75,167,218); }
H1.HeaderClassName
{
color: #4BA7DA;
}
.AnyTagClassName
{
color: #4BA7DA;
}
</style>
background-color css
<style>
a { background-color: #4BA7DA; }
a { background-color: rgb(75,167,218); }
div.DivClassName
{
background-color: #4BA7DA;
}
.BgClassName
{
background-color: #4BA7DA;
}
</style>
border-color css
<style>
span { border-color: #4BA7DA; }
span { border-color: rgb(75,167,218); }
td.TdClassName
{
border-color: #4BA7DA;
}
.TagClassName
{
border-color: #4BA7DA;
}
</style>