Shades of Picton Blue #469BC4
Tints of Picton Blue #469BC4
RGB
CMYK
RGB Variations
Color information
#469BC4 (or 0x469BC4) is known color: Picton Blue. HEX triplet: 46, 9B and C4. RGB value is (70,155,196). Sum of RGB (Red+Green+Blue) = 70+155+196=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #469BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BC4 is #B9643B. Grayscale: #868686. Windows color (decimal): -12149820 or 12884806. OLE color: 12884806.
HSL color Cylindrical-coordinate representation of color #469BC4: hue angle of 199.52º 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 #469BC4 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 155 | 196 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.23 |
| HSL | 199.52º | 0.52% | 0.52% | - |
| HSV(B) | 199.52º | 0.64% | 0.77% | - |
| XYZ | 24.21 | 28.73 | 56.49 | - |
| YUV | 134.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 196 | 0.64 | 0.21 | 0 | 0.23 | 199.52 | 0.52 | 0.52 |
| Hex | 46 | 9B | C4 | 40 | 15 | 0 | 17 | C8 | 34 | 34 |
| Octal | 106 | 233 | 304 | 100 | 25 | 0 | 27 | 310 | 64 | 64 |
| Binary | 1000110 | 10011011 | 11000100 | 1000000 | 10101 | 0 | 10111 | 11001000 | 110100 | 110100 |
Color Harmonies of #469BC4
Complementary color
Monochromatic Colors of #469BC4
Black with #469BC4
Text Example
Text Example
White with #469BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BC4; }
p { color: rgb(70,155,196); }
H1.HeaderClassName
{
color: #469BC4;
}
.AnyTagClassName
{
color: #469BC4;
}
</style>
background-color css
<style>
a { background-color: #469BC4; }
a { background-color: rgb(70,155,196); }
div.DivClassName
{
background-color: #469BC4;
}
.BgClassName
{
background-color: #469BC4;
}
</style>
border-color css
<style>
span { border-color: #469BC4; }
span { border-color: rgb(70,155,196); }
td.TdClassName
{
border-color: #469BC4;
}
.TagClassName
{
border-color: #469BC4;
}
</style>