Shades of Picton Blue #459BCE
Tints of Picton Blue #459BCE
RGB
CMYK
RGB Variations
Color information
#459BCE (or 0x459BCE) is known color: Picton Blue. HEX triplet: 45, 9B and CE. RGB value is (69,155,206). Sum of RGB (Red+Green+Blue) = 69+155+206=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #459BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCE is #BA6431. Grayscale: #868686. Windows color (decimal): -12215346 or 13540165. OLE color: 13540165.
HSL color Cylindrical-coordinate representation of color #459BCE: hue angle of 202.34º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459BCE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 155 | 206 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.19 |
| HSL | 202.34º | 0.58% | 0.54% | - |
| HSV(B) | 202.34º | 0.67% | 0.81% | - |
| XYZ | 25.32 | 29.16 | 62.69 | - |
| YUV | 135.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 206 | 0.67 | 0.25 | 0 | 0.19 | 202.34 | 0.58 | 0.54 |
| Hex | 45 | 9B | CE | 43 | 19 | 0 | 13 | CA | 3A | 36 |
| Octal | 105 | 233 | 316 | 103 | 31 | 0 | 23 | 312 | 72 | 66 |
| Binary | 1000101 | 10011011 | 11001110 | 1000011 | 11001 | 0 | 10011 | 11001010 | 111010 | 110110 |
Color Harmonies of #459BCE
Complementary color
Monochromatic Colors of #459BCE
Black with #459BCE
Text Example
Text Example
White with #459BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BCE; }
p { color: rgb(69,155,206); }
H1.HeaderClassName
{
color: #459BCE;
}
.AnyTagClassName
{
color: #459BCE;
}
</style>
background-color css
<style>
a { background-color: #459BCE; }
a { background-color: rgb(69,155,206); }
div.DivClassName
{
background-color: #459BCE;
}
.BgClassName
{
background-color: #459BCE;
}
</style>
border-color css
<style>
span { border-color: #459BCE; }
span { border-color: rgb(69,155,206); }
td.TdClassName
{
border-color: #459BCE;
}
.TagClassName
{
border-color: #459BCE;
}
</style>