Shades of Picton Blue #4F90D2
Tints of Picton Blue #4F90D2
RGB
CMYK
RGB Variations
Color information
#4F90D2 (or 0x4F90D2) is known color: Picton Blue. HEX triplet: 4F, 90 and D2. RGB value is (79,144,210). Sum of RGB (Red+Green+Blue) = 79+144+210=433 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.24% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #4F90D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90D2 is #B06F2D. Grayscale: #838383. Windows color (decimal): -11562798 or 13799503. OLE color: 13799503.
HSL color Cylindrical-coordinate representation of color #4F90D2: hue angle of 210.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F90D2 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 144 | 210 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.18 |
| HSL | 210.23º | 0.59% | 0.57% | - |
| HSV(B) | 210.23º | 0.62% | 0.82% | - |
| XYZ | 24.83 | 26.26 | 64.73 | - |
| YUV | 132.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 210 | 0.62 | 0.31 | 0 | 0.18 | 210.23 | 0.59 | 0.57 |
| Hex | 4F | 90 | D2 | 3E | 1F | 0 | 12 | D2 | 3B | 39 |
| Octal | 117 | 220 | 322 | 76 | 37 | 0 | 22 | 322 | 73 | 71 |
| Binary | 1001111 | 10010000 | 11010010 | 111110 | 11111 | 0 | 10010 | 11010010 | 111011 | 111001 |
Color Harmonies of #4F90D2
Complementary color
Monochromatic Colors of #4F90D2
Black with #4F90D2
Text Example
Text Example
White with #4F90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90D2; }
p { color: rgb(79,144,210); }
H1.HeaderClassName
{
color: #4F90D2;
}
.AnyTagClassName
{
color: #4F90D2;
}
</style>
background-color css
<style>
a { background-color: #4F90D2; }
a { background-color: rgb(79,144,210); }
div.DivClassName
{
background-color: #4F90D2;
}
.BgClassName
{
background-color: #4F90D2;
}
</style>
border-color css
<style>
span { border-color: #4F90D2; }
span { border-color: rgb(79,144,210); }
td.TdClassName
{
border-color: #4F90D2;
}
.TagClassName
{
border-color: #4F90D2;
}
</style>