Shades of Picton Blue #469ACB
Tints of Picton Blue #469ACB
RGB
CMYK
RGB Variations
Color information
#469ACB (or 0x469ACB) is known color: Picton Blue. HEX triplet: 46, 9A and CB. RGB value is (70,154,203). Sum of RGB (Red+Green+Blue) = 70+154+203=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #469ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ACB is #B96534. Grayscale: #868686. Windows color (decimal): -12150069 or 13343302. OLE color: 13343302.
HSL color Cylindrical-coordinate representation of color #469ACB: hue angle of 202.11º 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 #469ACB is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 154 | 203 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.20 |
| HSL | 202.11º | 0.56% | 0.54% | - |
| HSV(B) | 202.11º | 0.66% | 0.8% | - |
| XYZ | 24.86 | 28.73 | 60.73 | - |
| YUV | 134.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 203 | 0.66 | 0.24 | 0 | 0.20 | 202.11 | 0.56 | 0.54 |
| Hex | 46 | 9A | CB | 42 | 18 | 0 | 14 | CA | 38 | 36 |
| Octal | 106 | 232 | 313 | 102 | 30 | 0 | 24 | 312 | 70 | 66 |
| Binary | 1000110 | 10011010 | 11001011 | 1000010 | 11000 | 0 | 10100 | 11001010 | 111000 | 110110 |
Color Harmonies of #469ACB
Complementary color
Monochromatic Colors of #469ACB
Black with #469ACB
Text Example
Text Example
White with #469ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ACB; }
p { color: rgb(70,154,203); }
H1.HeaderClassName
{
color: #469ACB;
}
.AnyTagClassName
{
color: #469ACB;
}
</style>
background-color css
<style>
a { background-color: #469ACB; }
a { background-color: rgb(70,154,203); }
div.DivClassName
{
background-color: #469ACB;
}
.BgClassName
{
background-color: #469ACB;
}
</style>
border-color css
<style>
span { border-color: #469ACB; }
span { border-color: rgb(70,154,203); }
td.TdClassName
{
border-color: #469ACB;
}
.TagClassName
{
border-color: #469ACB;
}
</style>