Shades of Picton Blue #469ECB
Tints of Picton Blue #469ECB
RGB
CMYK
RGB Variations
Color information
#469ECB (or 0x469ECB) is known color: Picton Blue. HEX triplet: 46, 9E and CB. RGB value is (70,158,203). Sum of RGB (Red+Green+Blue) = 70+158+203=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #469ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ECB is #B96134. Grayscale: #888888. Windows color (decimal): -12149045 or 13344326. OLE color: 13344326.
HSL color Cylindrical-coordinate representation of color #469ECB: hue angle of 200.3º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469ECB is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 158 | 203 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.20 |
| HSL | 200.3º | 0.56% | 0.54% | - |
| HSV(B) | 200.3º | 0.66% | 0.8% | - |
| XYZ | 25.53 | 30.07 | 60.96 | - |
| YUV | 136.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 203 | 0.66 | 0.22 | 0 | 0.20 | 200.3 | 0.56 | 0.54 |
| Hex | 46 | 9E | CB | 42 | 16 | 0 | 14 | C8 | 38 | 36 |
| Octal | 106 | 236 | 313 | 102 | 26 | 0 | 24 | 310 | 70 | 66 |
| Binary | 1000110 | 10011110 | 11001011 | 1000010 | 10110 | 0 | 10100 | 11001000 | 111000 | 110110 |
Color Harmonies of #469ECB
Complementary color
Monochromatic Colors of #469ECB
Black with #469ECB
Text Example
Text Example
White with #469ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ECB; }
p { color: rgb(70,158,203); }
H1.HeaderClassName
{
color: #469ECB;
}
.AnyTagClassName
{
color: #469ECB;
}
</style>
background-color css
<style>
a { background-color: #469ECB; }
a { background-color: rgb(70,158,203); }
div.DivClassName
{
background-color: #469ECB;
}
.BgClassName
{
background-color: #469ECB;
}
</style>
border-color css
<style>
span { border-color: #469ECB; }
span { border-color: rgb(70,158,203); }
td.TdClassName
{
border-color: #469ECB;
}
.TagClassName
{
border-color: #469ECB;
}
</style>