Shades of Picton Blue #4597CB
Tints of Picton Blue #4597CB
RGB
CMYK
RGB Variations
Color information
#4597CB (or 0x4597CB) is known color: Picton Blue. HEX triplet: 45, 97 and CB. RGB value is (69,151,203). Sum of RGB (Red+Green+Blue) = 69+151+203=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4597CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597CB is #BA6834. Grayscale: #848484. Windows color (decimal): -12216373 or 13342533. OLE color: 13342533.
HSL color Cylindrical-coordinate representation of color #4597CB: hue angle of 203.28º 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 #4597CB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 151 | 203 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.20 |
| HSL | 203.28º | 0.56% | 0.53% | - |
| HSV(B) | 203.28º | 0.66% | 0.8% | - |
| XYZ | 24.3 | 27.71 | 60.57 | - |
| YUV | 132.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 203 | 0.66 | 0.26 | 0 | 0.20 | 203.28 | 0.56 | 0.53 |
| Hex | 45 | 97 | CB | 42 | 1A | 0 | 14 | CB | 38 | 35 |
| Octal | 105 | 227 | 313 | 102 | 32 | 0 | 24 | 313 | 70 | 65 |
| Binary | 1000101 | 10010111 | 11001011 | 1000010 | 11010 | 0 | 10100 | 11001011 | 111000 | 110101 |
Color Harmonies of #4597CB
Complementary color
Monochromatic Colors of #4597CB
Black with #4597CB
Text Example
Text Example
White with #4597CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597CB; }
p { color: rgb(69,151,203); }
H1.HeaderClassName
{
color: #4597CB;
}
.AnyTagClassName
{
color: #4597CB;
}
</style>
background-color css
<style>
a { background-color: #4597CB; }
a { background-color: rgb(69,151,203); }
div.DivClassName
{
background-color: #4597CB;
}
.BgClassName
{
background-color: #4597CB;
}
</style>
border-color css
<style>
span { border-color: #4597CB; }
span { border-color: rgb(69,151,203); }
td.TdClassName
{
border-color: #4597CB;
}
.TagClassName
{
border-color: #4597CB;
}
</style>