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