Shades of Picton Blue #4597E4
Tints of Picton Blue #4597E4
RGB
CMYK
RGB Variations
Color information
#4597E4 (or 0x4597E4) is known color: Picton Blue. HEX triplet: 45, 97 and E4. RGB value is (69,151,228). Sum of RGB (Red+Green+Blue) = 69+151+228=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #4597E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597E4 is #BA681B. Grayscale: #868686. Windows color (decimal): -12216348 or 14980933. OLE color: 14980933.
HSL color Cylindrical-coordinate representation of color #4597E4: hue angle of 209.06º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4597E4 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 151 | 228 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.11 |
| HSL | 209.06º | 0.75% | 0.58% | - |
| HSV(B) | 209.06º | 0.7% | 0.89% | - |
| XYZ | 27.52 | 29 | 77.55 | - |
| YUV | 135.26 | 180.33 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 228 | 0.70 | 0.34 | 0 | 0.11 | 209.06 | 0.75 | 0.58 |
| Hex | 45 | 97 | E4 | 46 | 22 | 0 | B | D1 | 4B | 3A |
| Octal | 105 | 227 | 344 | 106 | 42 | 0 | 13 | 321 | 113 | 72 |
| Binary | 1000101 | 10010111 | 11100100 | 1000110 | 100010 | 0 | 1011 | 11010001 | 1001011 | 111010 |
Color Harmonies of #4597E4
Complementary color
Monochromatic Colors of #4597E4
Black with #4597E4
Text Example
Text Example
White with #4597E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597E4; }
p { color: rgb(69,151,228); }
H1.HeaderClassName
{
color: #4597E4;
}
.AnyTagClassName
{
color: #4597E4;
}
</style>
background-color css
<style>
a { background-color: #4597E4; }
a { background-color: rgb(69,151,228); }
div.DivClassName
{
background-color: #4597E4;
}
.BgClassName
{
background-color: #4597E4;
}
</style>
border-color css
<style>
span { border-color: #4597E4; }
span { border-color: rgb(69,151,228); }
td.TdClassName
{
border-color: #4597E4;
}
.TagClassName
{
border-color: #4597E4;
}
</style>