Shades of Picton Blue #4597CC
Tints of Picton Blue #4597CC
RGB
CMYK
RGB Variations
Color information
#4597CC (or 0x4597CC) is known color: Picton Blue. HEX triplet: 45, 97 and CC. RGB value is (69,151,204). Sum of RGB (Red+Green+Blue) = 69+151+204=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #4597CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597CC is #BA6833. Grayscale: #848484. Windows color (decimal): -12216372 or 13408069. OLE color: 13408069.
HSL color Cylindrical-coordinate representation of color #4597CC: hue angle of 203.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4597CC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 151 | 204 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.2 |
| HSL | 203.56º | 0.57% | 0.54% | - |
| HSV(B) | 203.56º | 0.66% | 0.8% | - |
| XYZ | 24.42 | 27.76 | 61.2 | - |
| YUV | 132.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 204 | 0.66 | 0.26 | 0 | 0.2 | 203.56 | 0.57 | 0.54 |
| Hex | 45 | 97 | CC | 42 | 1A | 0 | 14 | CC | 39 | 36 |
| Octal | 105 | 227 | 314 | 102 | 32 | 0 | 24 | 314 | 71 | 66 |
| Binary | 1000101 | 10010111 | 11001100 | 1000010 | 11010 | 0 | 10100 | 11001100 | 111001 | 110110 |
Color Harmonies of #4597CC
Complementary color
Monochromatic Colors of #4597CC
Black with #4597CC
Text Example
Text Example
White with #4597CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597CC; }
p { color: rgb(69,151,204); }
H1.HeaderClassName
{
color: #4597CC;
}
.AnyTagClassName
{
color: #4597CC;
}
</style>
background-color css
<style>
a { background-color: #4597CC; }
a { background-color: rgb(69,151,204); }
div.DivClassName
{
background-color: #4597CC;
}
.BgClassName
{
background-color: #4597CC;
}
</style>
border-color css
<style>
span { border-color: #4597CC; }
span { border-color: rgb(69,151,204); }
td.TdClassName
{
border-color: #4597CC;
}
.TagClassName
{
border-color: #4597CC;
}
</style>