Shades of Picton Blue #459CCB
Tints of Picton Blue #459CCB
RGB
CMYK
RGB Variations
Color information
#459CCB (or 0x459CCB) is known color: Picton Blue. HEX triplet: 45, 9C and CB. RGB value is (69,156,203). Sum of RGB (Red+Green+Blue) = 69+156+203=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #459CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CCB is #BA6334. Grayscale: #878787. Windows color (decimal): -12215093 or 13343813. OLE color: 13343813.
HSL color Cylindrical-coordinate representation of color #459CCB: hue angle of 201.04º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459CCB is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 156 | 203 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.20 |
| HSL | 201.04º | 0.56% | 0.53% | - |
| HSV(B) | 201.04º | 0.66% | 0.8% | - |
| XYZ | 25.12 | 29.35 | 60.84 | - |
| YUV | 135.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 203 | 0.66 | 0.23 | 0 | 0.20 | 201.04 | 0.56 | 0.53 |
| Hex | 45 | 9C | CB | 42 | 17 | 0 | 14 | C9 | 38 | 35 |
| Octal | 105 | 234 | 313 | 102 | 27 | 0 | 24 | 311 | 70 | 65 |
| Binary | 1000101 | 10011100 | 11001011 | 1000010 | 10111 | 0 | 10100 | 11001001 | 111000 | 110101 |
Color Harmonies of #459CCB
Complementary color
Monochromatic Colors of #459CCB
Black with #459CCB
Text Example
Text Example
White with #459CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459CCB; }
p { color: rgb(69,156,203); }
H1.HeaderClassName
{
color: #459CCB;
}
.AnyTagClassName
{
color: #459CCB;
}
</style>
background-color css
<style>
a { background-color: #459CCB; }
a { background-color: rgb(69,156,203); }
div.DivClassName
{
background-color: #459CCB;
}
.BgClassName
{
background-color: #459CCB;
}
</style>
border-color css
<style>
span { border-color: #459CCB; }
span { border-color: rgb(69,156,203); }
td.TdClassName
{
border-color: #459CCB;
}
.TagClassName
{
border-color: #459CCB;
}
</style>