Shades of Picton Blue #4495CE
Tints of Picton Blue #4495CE
RGB
CMYK
RGB Variations
Color information
#4495CE (or 0x4495CE) is known color: Picton Blue. HEX triplet: 44, 95 and CE. RGB value is (68,149,206). Sum of RGB (Red+Green+Blue) = 68+149+206=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4495CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495CE is #BB6A31. Grayscale: #828282. Windows color (decimal): -12282418 or 13538628. OLE color: 13538628.
HSL color Cylindrical-coordinate representation of color #4495CE: hue angle of 204.78º degrees, saturation: 0.58, 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 #4495CE is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 149 | 206 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.19 |
| HSL | 204.78º | 0.58% | 0.54% | - |
| HSV(B) | 204.78º | 0.67% | 0.81% | - |
| XYZ | 24.27 | 27.18 | 62.36 | - |
| YUV | 131.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 206 | 0.67 | 0.28 | 0 | 0.19 | 204.78 | 0.58 | 0.54 |
| Hex | 44 | 95 | CE | 43 | 1C | 0 | 13 | CD | 3A | 36 |
| Octal | 104 | 225 | 316 | 103 | 34 | 0 | 23 | 315 | 72 | 66 |
| Binary | 1000100 | 10010101 | 11001110 | 1000011 | 11100 | 0 | 10011 | 11001101 | 111010 | 110110 |
Color Harmonies of #4495CE
Complementary color
Monochromatic Colors of #4495CE
Black with #4495CE
Text Example
Text Example
White with #4495CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495CE; }
p { color: rgb(68,149,206); }
H1.HeaderClassName
{
color: #4495CE;
}
.AnyTagClassName
{
color: #4495CE;
}
</style>
background-color css
<style>
a { background-color: #4495CE; }
a { background-color: rgb(68,149,206); }
div.DivClassName
{
background-color: #4495CE;
}
.BgClassName
{
background-color: #4495CE;
}
</style>
border-color css
<style>
span { border-color: #4495CE; }
span { border-color: rgb(68,149,206); }
td.TdClassName
{
border-color: #4495CE;
}
.TagClassName
{
border-color: #4495CE;
}
</style>