Shades of Picton Blue #4595CF
Tints of Picton Blue #4595CF
RGB
CMYK
RGB Variations
Color information
#4595CF (or 0x4595CF) is known color: Picton Blue. HEX triplet: 45, 95 and CF. RGB value is (69,149,207). Sum of RGB (Red+Green+Blue) = 69+149+207=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4595CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595CF is #BA6A30. Grayscale: #838383. Windows color (decimal): -12216881 or 13604165. OLE color: 13604165.
HSL color Cylindrical-coordinate representation of color #4595CF: hue angle of 205.22º 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 #4595CF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 149 | 207 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.19 |
| HSL | 205.22º | 0.59% | 0.54% | - |
| HSV(B) | 205.22º | 0.67% | 0.81% | - |
| XYZ | 24.46 | 27.27 | 63 | - |
| YUV | 131.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 207 | 0.67 | 0.28 | 0 | 0.19 | 205.22 | 0.59 | 0.54 |
| Hex | 45 | 95 | CF | 43 | 1C | 0 | 13 | CD | 3B | 36 |
| Octal | 105 | 225 | 317 | 103 | 34 | 0 | 23 | 315 | 73 | 66 |
| Binary | 1000101 | 10010101 | 11001111 | 1000011 | 11100 | 0 | 10011 | 11001101 | 111011 | 110110 |
Color Harmonies of #4595CF
Complementary color
Monochromatic Colors of #4595CF
Black with #4595CF
Text Example
Text Example
White with #4595CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4595CF; }
p { color: rgb(69,149,207); }
H1.HeaderClassName
{
color: #4595CF;
}
.AnyTagClassName
{
color: #4595CF;
}
</style>
background-color css
<style>
a { background-color: #4595CF; }
a { background-color: rgb(69,149,207); }
div.DivClassName
{
background-color: #4595CF;
}
.BgClassName
{
background-color: #4595CF;
}
</style>
border-color css
<style>
span { border-color: #4595CF; }
span { border-color: rgb(69,149,207); }
td.TdClassName
{
border-color: #4595CF;
}
.TagClassName
{
border-color: #4595CF;
}
</style>