Shades of Picton Blue #4B9FDD
Tints of Picton Blue #4B9FDD
RGB
CMYK
RGB Variations
Color information
#4B9FDD (or 0x4B9FDD) is known color: Picton Blue. HEX triplet: 4B, 9F and DD. RGB value is (75,159,221). Sum of RGB (Red+Green+Blue) = 75+159+221=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B9FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9FDD is #B46022. Grayscale: #8C8C8C. Windows color (decimal): -11821091 or 14524235. OLE color: 14524235.
HSL color Cylindrical-coordinate representation of color #4B9FDD: hue angle of 205.48º degrees, saturation: 0.68, 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 #4B9FDD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 159 | 221 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.13 |
| HSL | 205.48º | 0.68% | 0.58% | - |
| HSV(B) | 205.48º | 0.66% | 0.87% | - |
| XYZ | 28.35 | 31.51 | 72.99 | - |
| YUV | 140.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 221 | 0.66 | 0.28 | 0 | 0.13 | 205.48 | 0.68 | 0.58 |
| Hex | 4B | 9F | DD | 42 | 1C | 0 | D | CD | 44 | 3A |
| Octal | 113 | 237 | 335 | 102 | 34 | 0 | 15 | 315 | 104 | 72 |
| Binary | 1001011 | 10011111 | 11011101 | 1000010 | 11100 | 0 | 1101 | 11001101 | 1000100 | 111010 |
Color Harmonies of #4B9FDD
Complementary color
Monochromatic Colors of #4B9FDD
Black with #4B9FDD
Text Example
Text Example
White with #4B9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9FDD; }
p { color: rgb(75,159,221); }
H1.HeaderClassName
{
color: #4B9FDD;
}
.AnyTagClassName
{
color: #4B9FDD;
}
</style>
background-color css
<style>
a { background-color: #4B9FDD; }
a { background-color: rgb(75,159,221); }
div.DivClassName
{
background-color: #4B9FDD;
}
.BgClassName
{
background-color: #4B9FDD;
}
</style>
border-color css
<style>
span { border-color: #4B9FDD; }
span { border-color: rgb(75,159,221); }
td.TdClassName
{
border-color: #4B9FDD;
}
.TagClassName
{
border-color: #4B9FDD;
}
</style>