Shades of Picton Blue #4495D7
Tints of Picton Blue #4495D7
RGB
CMYK
RGB Variations
Color information
#4495D7 (or 0x4495D7) is known color: Picton Blue. HEX triplet: 44, 95 and D7. RGB value is (68,149,215). Sum of RGB (Red+Green+Blue) = 68+149+215=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #4495D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495D7 is #BB6A28. Grayscale: #838383. Windows color (decimal): -12282409 or 14128452. OLE color: 14128452.
HSL color Cylindrical-coordinate representation of color #4495D7: hue angle of 206.94º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4495D7 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 149 | 215 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.16 |
| HSL | 206.94º | 0.65% | 0.55% | - |
| HSV(B) | 206.94º | 0.68% | 0.84% | - |
| XYZ | 25.4 | 27.63 | 68.28 | - |
| YUV | 132.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 215 | 0.68 | 0.31 | 0 | 0.16 | 206.94 | 0.65 | 0.55 |
| Hex | 44 | 95 | D7 | 44 | 1F | 0 | 10 | CF | 41 | 37 |
| Octal | 104 | 225 | 327 | 104 | 37 | 0 | 20 | 317 | 101 | 67 |
| Binary | 1000100 | 10010101 | 11010111 | 1000100 | 11111 | 0 | 10000 | 11001111 | 1000001 | 110111 |
Color Harmonies of #4495D7
Complementary color
Monochromatic Colors of #4495D7
Black with #4495D7
Text Example
Text Example
White with #4495D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495D7; }
p { color: rgb(68,149,215); }
H1.HeaderClassName
{
color: #4495D7;
}
.AnyTagClassName
{
color: #4495D7;
}
</style>
background-color css
<style>
a { background-color: #4495D7; }
a { background-color: rgb(68,149,215); }
div.DivClassName
{
background-color: #4495D7;
}
.BgClassName
{
background-color: #4495D7;
}
</style>
border-color css
<style>
span { border-color: #4495D7; }
span { border-color: rgb(68,149,215); }
td.TdClassName
{
border-color: #4495D7;
}
.TagClassName
{
border-color: #4495D7;
}
</style>