Shades of Picton Blue #4A92DF
Tints of Picton Blue #4A92DF
RGB
CMYK
RGB Variations
Color information
#4A92DF (or 0x4A92DF) is known color: Picton Blue. HEX triplet: 4A, 92 and DF. RGB value is (74,146,223). Sum of RGB (Red+Green+Blue) = 74+146+223=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A92DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A92DF is #B56D20. Grayscale: #848484. Windows color (decimal): -11889953 or 14651978. OLE color: 14651978.
HSL color Cylindrical-coordinate representation of color #4A92DF: hue angle of 211.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A92DF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 146 | 223 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.13 |
| HSL | 211.01º | 0.7% | 0.58% | - |
| HSV(B) | 211.01º | 0.67% | 0.87% | - |
| XYZ | 26.42 | 27.34 | 73.7 | - |
| YUV | 133.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 223 | 0.67 | 0.35 | 0 | 0.13 | 211.01 | 0.7 | 0.58 |
| Hex | 4A | 92 | DF | 43 | 23 | 0 | D | D3 | 46 | 3A |
| Octal | 112 | 222 | 337 | 103 | 43 | 0 | 15 | 323 | 106 | 72 |
| Binary | 1001010 | 10010010 | 11011111 | 1000011 | 100011 | 0 | 1101 | 11010011 | 1000110 | 111010 |
Color Harmonies of #4A92DF
Complementary color
Monochromatic Colors of #4A92DF
Black with #4A92DF
Text Example
Text Example
White with #4A92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A92DF; }
p { color: rgb(74,146,223); }
H1.HeaderClassName
{
color: #4A92DF;
}
.AnyTagClassName
{
color: #4A92DF;
}
</style>
background-color css
<style>
a { background-color: #4A92DF; }
a { background-color: rgb(74,146,223); }
div.DivClassName
{
background-color: #4A92DF;
}
.BgClassName
{
background-color: #4A92DF;
}
</style>
border-color css
<style>
span { border-color: #4A92DF; }
span { border-color: rgb(74,146,223); }
td.TdClassName
{
border-color: #4A92DF;
}
.TagClassName
{
border-color: #4A92DF;
}
</style>