Shades of Picton Blue #469CCB
Tints of Picton Blue #469CCB
RGB
CMYK
RGB Variations
Color information
#469CCB (or 0x469CCB) is known color: Picton Blue. HEX triplet: 46, 9C and CB. RGB value is (70,156,203). Sum of RGB (Red+Green+Blue) = 70+156+203=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #469CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCB is #B96334. Grayscale: #878787. Windows color (decimal): -12149557 or 13343814. OLE color: 13343814.
HSL color Cylindrical-coordinate representation of color #469CCB: hue angle of 201.2º 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 #469CCB is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 156 | 203 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.20 |
| HSL | 201.2º | 0.56% | 0.54% | - |
| HSV(B) | 201.2º | 0.66% | 0.8% | - |
| XYZ | 25.19 | 29.39 | 60.85 | - |
| YUV | 135.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 203 | 0.66 | 0.23 | 0 | 0.20 | 201.2 | 0.56 | 0.54 |
| Hex | 46 | 9C | CB | 42 | 17 | 0 | 14 | C9 | 38 | 36 |
| Octal | 106 | 234 | 313 | 102 | 27 | 0 | 24 | 311 | 70 | 66 |
| Binary | 1000110 | 10011100 | 11001011 | 1000010 | 10111 | 0 | 10100 | 11001001 | 111000 | 110110 |
Color Harmonies of #469CCB
Complementary color
Monochromatic Colors of #469CCB
Black with #469CCB
Text Example
Text Example
White with #469CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CCB; }
p { color: rgb(70,156,203); }
H1.HeaderClassName
{
color: #469CCB;
}
.AnyTagClassName
{
color: #469CCB;
}
</style>
background-color css
<style>
a { background-color: #469CCB; }
a { background-color: rgb(70,156,203); }
div.DivClassName
{
background-color: #469CCB;
}
.BgClassName
{
background-color: #469CCB;
}
</style>
border-color css
<style>
span { border-color: #469CCB; }
span { border-color: rgb(70,156,203); }
td.TdClassName
{
border-color: #469CCB;
}
.TagClassName
{
border-color: #469CCB;
}
</style>