Shades of Picton Blue #469BC5
Tints of Picton Blue #469BC5
RGB
CMYK
RGB Variations
Color information
#469BC5 (or 0x469BC5) is known color: Picton Blue. HEX triplet: 46, 9B and C5. RGB value is (70,155,197). Sum of RGB (Red+Green+Blue) = 70+155+197=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #469BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BC5 is #B9643A. Grayscale: #868686. Windows color (decimal): -12149819 or 12950342. OLE color: 12950342.
HSL color Cylindrical-coordinate representation of color #469BC5: hue angle of 199.84º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469BC5 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 155 | 197 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.23 |
| HSL | 199.84º | 0.52% | 0.52% | - |
| HSV(B) | 199.84º | 0.64% | 0.77% | - |
| XYZ | 24.33 | 28.78 | 57.1 | - |
| YUV | 134.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 197 | 0.64 | 0.21 | 0 | 0.23 | 199.84 | 0.52 | 0.52 |
| Hex | 46 | 9B | C5 | 40 | 15 | 0 | 17 | C8 | 34 | 34 |
| Octal | 106 | 233 | 305 | 100 | 25 | 0 | 27 | 310 | 64 | 64 |
| Binary | 1000110 | 10011011 | 11000101 | 1000000 | 10101 | 0 | 10111 | 11001000 | 110100 | 110100 |
Color Harmonies of #469BC5
Complementary color
Monochromatic Colors of #469BC5
Black with #469BC5
Text Example
Text Example
White with #469BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BC5; }
p { color: rgb(70,155,197); }
H1.HeaderClassName
{
color: #469BC5;
}
.AnyTagClassName
{
color: #469BC5;
}
</style>
background-color css
<style>
a { background-color: #469BC5; }
a { background-color: rgb(70,155,197); }
div.DivClassName
{
background-color: #469BC5;
}
.BgClassName
{
background-color: #469BC5;
}
</style>
border-color css
<style>
span { border-color: #469BC5; }
span { border-color: rgb(70,155,197); }
td.TdClassName
{
border-color: #469BC5;
}
.TagClassName
{
border-color: #469BC5;
}
</style>