Shades of Picton Blue #4B90DC
Tints of Picton Blue #4B90DC
RGB
CMYK
RGB Variations
Color information
#4B90DC (or 0x4B90DC) is known color: Picton Blue. HEX triplet: 4B, 90 and DC. RGB value is (75,144,220). Sum of RGB (Red+Green+Blue) = 75+144+220=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B90DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B90DC is #B46F23. Grayscale: #838383. Windows color (decimal): -11824932 or 14454859. OLE color: 14454859.
HSL color Cylindrical-coordinate representation of color #4B90DC: hue angle of 211.45º 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 #4B90DC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 144 | 220 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.14 |
| HSL | 211.45º | 0.67% | 0.58% | - |
| HSV(B) | 211.45º | 0.66% | 0.86% | - |
| XYZ | 25.79 | 26.61 | 71.49 | - |
| YUV | 132.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 220 | 0.66 | 0.35 | 0 | 0.14 | 211.45 | 0.67 | 0.58 |
| Hex | 4B | 90 | DC | 42 | 23 | 0 | E | D3 | 43 | 3A |
| Octal | 113 | 220 | 334 | 102 | 43 | 0 | 16 | 323 | 103 | 72 |
| Binary | 1001011 | 10010000 | 11011100 | 1000010 | 100011 | 0 | 1110 | 11010011 | 1000011 | 111010 |
Color Harmonies of #4B90DC
Complementary color
Monochromatic Colors of #4B90DC
Black with #4B90DC
Text Example
Text Example
White with #4B90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B90DC; }
p { color: rgb(75,144,220); }
H1.HeaderClassName
{
color: #4B90DC;
}
.AnyTagClassName
{
color: #4B90DC;
}
</style>
background-color css
<style>
a { background-color: #4B90DC; }
a { background-color: rgb(75,144,220); }
div.DivClassName
{
background-color: #4B90DC;
}
.BgClassName
{
background-color: #4B90DC;
}
</style>
border-color css
<style>
span { border-color: #4B90DC; }
span { border-color: rgb(75,144,220); }
td.TdClassName
{
border-color: #4B90DC;
}
.TagClassName
{
border-color: #4B90DC;
}
</style>