Shades of Picton Blue #469CE3
Tints of Picton Blue #469CE3
RGB
CMYK
RGB Variations
Color information
#469CE3 (or 0x469CE3) is known color: Picton Blue. HEX triplet: 46, 9C and E3. RGB value is (70,156,227). Sum of RGB (Red+Green+Blue) = 70+156+227=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #469CE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CE3 is #B9631C. Grayscale: #8A8A8A. Windows color (decimal): -12149533 or 14916678. OLE color: 14916678.
HSL color Cylindrical-coordinate representation of color #469CE3: hue angle of 207.13º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469CE3 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 156 | 227 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.11 |
| HSL | 207.13º | 0.74% | 0.58% | - |
| HSV(B) | 207.13º | 0.69% | 0.89% | - |
| XYZ | 28.28 | 30.63 | 77.09 | - |
| YUV | 138.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 227 | 0.69 | 0.31 | 0 | 0.11 | 207.13 | 0.74 | 0.58 |
| Hex | 46 | 9C | E3 | 45 | 1F | 0 | B | CF | 4A | 3A |
| Octal | 106 | 234 | 343 | 105 | 37 | 0 | 13 | 317 | 112 | 72 |
| Binary | 1000110 | 10011100 | 11100011 | 1000101 | 11111 | 0 | 1011 | 11001111 | 1001010 | 111010 |
Color Harmonies of #469CE3
Complementary color
Monochromatic Colors of #469CE3
Black with #469CE3
Text Example
Text Example
White with #469CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CE3; }
p { color: rgb(70,156,227); }
H1.HeaderClassName
{
color: #469CE3;
}
.AnyTagClassName
{
color: #469CE3;
}
</style>
background-color css
<style>
a { background-color: #469CE3; }
a { background-color: rgb(70,156,227); }
div.DivClassName
{
background-color: #469CE3;
}
.BgClassName
{
background-color: #469CE3;
}
</style>
border-color css
<style>
span { border-color: #469CE3; }
span { border-color: rgb(70,156,227); }
td.TdClassName
{
border-color: #469CE3;
}
.TagClassName
{
border-color: #469CE3;
}
</style>