Shades of Picton Blue #4597CE
Tints of Picton Blue #4597CE
RGB
CMYK
RGB Variations
Color information
#4597CE (or 0x4597CE) is known color: Picton Blue. HEX triplet: 45, 97 and CE. RGB value is (69,151,206). Sum of RGB (Red+Green+Blue) = 69+151+206=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4597CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597CE is #BA6831. Grayscale: #848484. Windows color (decimal): -12216370 or 13539141. OLE color: 13539141.
HSL color Cylindrical-coordinate representation of color #4597CE: hue angle of 204.09º 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 #4597CE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 151 | 206 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.19 |
| HSL | 204.09º | 0.58% | 0.54% | - |
| HSV(B) | 204.09º | 0.67% | 0.81% | - |
| XYZ | 24.66 | 27.85 | 62.47 | - |
| YUV | 132.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 206 | 0.67 | 0.27 | 0 | 0.19 | 204.09 | 0.58 | 0.54 |
| Hex | 45 | 97 | CE | 43 | 1B | 0 | 13 | CC | 3A | 36 |
| Octal | 105 | 227 | 316 | 103 | 33 | 0 | 23 | 314 | 72 | 66 |
| Binary | 1000101 | 10010111 | 11001110 | 1000011 | 11011 | 0 | 10011 | 11001100 | 111010 | 110110 |
Color Harmonies of #4597CE
Complementary color
Monochromatic Colors of #4597CE
Black with #4597CE
Text Example
Text Example
White with #4597CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597CE; }
p { color: rgb(69,151,206); }
H1.HeaderClassName
{
color: #4597CE;
}
.AnyTagClassName
{
color: #4597CE;
}
</style>
background-color css
<style>
a { background-color: #4597CE; }
a { background-color: rgb(69,151,206); }
div.DivClassName
{
background-color: #4597CE;
}
.BgClassName
{
background-color: #4597CE;
}
</style>
border-color css
<style>
span { border-color: #4597CE; }
span { border-color: rgb(69,151,206); }
td.TdClassName
{
border-color: #4597CE;
}
.TagClassName
{
border-color: #4597CE;
}
</style>