Shades of Picton Blue #4593CF
Tints of Picton Blue #4593CF
RGB
CMYK
RGB Variations
Color information
#4593CF (or 0x4593CF) is known color: Picton Blue. HEX triplet: 45, 93 and CF. RGB value is (69,147,207). Sum of RGB (Red+Green+Blue) = 69+147+207=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #4593CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593CF is #BA6C30. Grayscale: #828282. Windows color (decimal): -12217393 or 13603653. OLE color: 13603653.
HSL color Cylindrical-coordinate representation of color #4593CF: hue angle of 206.09º degrees, saturation: 0.59, 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 #4593CF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 147 | 207 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.19 |
| HSL | 206.09º | 0.59% | 0.54% | - |
| HSV(B) | 206.09º | 0.67% | 0.81% | - |
| XYZ | 24.15 | 26.64 | 62.9 | - |
| YUV | 130.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 207 | 0.67 | 0.29 | 0 | 0.19 | 206.09 | 0.59 | 0.54 |
| Hex | 45 | 93 | CF | 43 | 1D | 0 | 13 | CE | 3B | 36 |
| Octal | 105 | 223 | 317 | 103 | 35 | 0 | 23 | 316 | 73 | 66 |
| Binary | 1000101 | 10010011 | 11001111 | 1000011 | 11101 | 0 | 10011 | 11001110 | 111011 | 110110 |
Color Harmonies of #4593CF
Complementary color
Monochromatic Colors of #4593CF
Black with #4593CF
Text Example
Text Example
White with #4593CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4593CF; }
p { color: rgb(69,147,207); }
H1.HeaderClassName
{
color: #4593CF;
}
.AnyTagClassName
{
color: #4593CF;
}
</style>
background-color css
<style>
a { background-color: #4593CF; }
a { background-color: rgb(69,147,207); }
div.DivClassName
{
background-color: #4593CF;
}
.BgClassName
{
background-color: #4593CF;
}
</style>
border-color css
<style>
span { border-color: #4593CF; }
span { border-color: rgb(69,147,207); }
td.TdClassName
{
border-color: #4593CF;
}
.TagClassName
{
border-color: #4593CF;
}
</style>