Shades of Picton Blue #4B92DD
Tints of Picton Blue #4B92DD
RGB
CMYK
RGB Variations
Color information
#4B92DD (or 0x4B92DD) is known color: Picton Blue. HEX triplet: 4B, 92 and DD. RGB value is (75,146,221). Sum of RGB (Red+Green+Blue) = 75+146+221=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B92DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B92DD is #B46D22. Grayscale: #848484. Windows color (decimal): -11824419 or 14520907. OLE color: 14520907.
HSL color Cylindrical-coordinate representation of color #4B92DD: hue angle of 210.82º 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 #4B92DD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 146 | 221 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.13 |
| HSL | 210.82º | 0.68% | 0.58% | - |
| HSV(B) | 210.82º | 0.66% | 0.87% | - |
| XYZ | 26.23 | 27.27 | 72.29 | - |
| YUV | 133.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 146 | 221 | 0.66 | 0.34 | 0 | 0.13 | 210.82 | 0.68 | 0.58 |
| Hex | 4B | 92 | DD | 42 | 22 | 0 | D | D3 | 44 | 3A |
| Octal | 113 | 222 | 335 | 102 | 42 | 0 | 15 | 323 | 104 | 72 |
| Binary | 1001011 | 10010010 | 11011101 | 1000010 | 100010 | 0 | 1101 | 11010011 | 1000100 | 111010 |
Color Harmonies of #4B92DD
Complementary color
Monochromatic Colors of #4B92DD
Black with #4B92DD
Text Example
Text Example
White with #4B92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B92DD; }
p { color: rgb(75,146,221); }
H1.HeaderClassName
{
color: #4B92DD;
}
.AnyTagClassName
{
color: #4B92DD;
}
</style>
background-color css
<style>
a { background-color: #4B92DD; }
a { background-color: rgb(75,146,221); }
div.DivClassName
{
background-color: #4B92DD;
}
.BgClassName
{
background-color: #4B92DD;
}
</style>
border-color css
<style>
span { border-color: #4B92DD; }
span { border-color: rgb(75,146,221); }
td.TdClassName
{
border-color: #4B92DD;
}
.TagClassName
{
border-color: #4B92DD;
}
</style>