Shades of Picton Blue #4B8FDC
Tints of Picton Blue #4B8FDC
RGB
CMYK
RGB Variations
Color information
#4B8FDC (or 0x4B8FDC) is known color: Picton Blue. HEX triplet: 4B, 8F and DC. RGB value is (75,143,220). Sum of RGB (Red+Green+Blue) = 75+143+220=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B8FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FDC is #B47023. Grayscale: #838383. Windows color (decimal): -11825188 or 14454603. OLE color: 14454603.
HSL color Cylindrical-coordinate representation of color #4B8FDC: hue angle of 211.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8FDC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 143 | 220 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.14 |
| HSL | 211.86º | 0.67% | 0.58% | - |
| HSV(B) | 211.86º | 0.66% | 0.86% | - |
| XYZ | 25.64 | 26.31 | 71.44 | - |
| YUV | 131.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 220 | 0.66 | 0.35 | 0 | 0.14 | 211.86 | 0.67 | 0.58 |
| Hex | 4B | 8F | DC | 42 | 23 | 0 | E | D4 | 43 | 3A |
| Octal | 113 | 217 | 334 | 102 | 43 | 0 | 16 | 324 | 103 | 72 |
| Binary | 1001011 | 10001111 | 11011100 | 1000010 | 100011 | 0 | 1110 | 11010100 | 1000011 | 111010 |
Color Harmonies of #4B8FDC
Complementary color
Monochromatic Colors of #4B8FDC
Black with #4B8FDC
Text Example
Text Example
White with #4B8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8FDC; }
p { color: rgb(75,143,220); }
H1.HeaderClassName
{
color: #4B8FDC;
}
.AnyTagClassName
{
color: #4B8FDC;
}
</style>
background-color css
<style>
a { background-color: #4B8FDC; }
a { background-color: rgb(75,143,220); }
div.DivClassName
{
background-color: #4B8FDC;
}
.BgClassName
{
background-color: #4B8FDC;
}
</style>
border-color css
<style>
span { border-color: #4B8FDC; }
span { border-color: rgb(75,143,220); }
td.TdClassName
{
border-color: #4B8FDC;
}
.TagClassName
{
border-color: #4B8FDC;
}
</style>