Shades of Picton Blue #4497CA
Tints of Picton Blue #4497CA
RGB
CMYK
RGB Variations
Color information
#4497CA (or 0x4497CA) is known color: Picton Blue. HEX triplet: 44, 97 and CA. RGB value is (68,151,202). Sum of RGB (Red+Green+Blue) = 68+151+202=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4497CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4497CA is #BB6835. Grayscale: #838383. Windows color (decimal): -12281910 or 13276996. OLE color: 13276996.
HSL color Cylindrical-coordinate representation of color #4497CA: hue angle of 202.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4497CA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 151 | 202 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.21 |
| HSL | 202.84º | 0.56% | 0.53% | - |
| HSV(B) | 202.84º | 0.66% | 0.79% | - |
| XYZ | 24.11 | 27.63 | 59.94 | - |
| YUV | 132 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 202 | 0.66 | 0.25 | 0 | 0.21 | 202.84 | 0.56 | 0.53 |
| Hex | 44 | 97 | CA | 42 | 19 | 0 | 15 | CB | 38 | 35 |
| Octal | 104 | 227 | 312 | 102 | 31 | 0 | 25 | 313 | 70 | 65 |
| Binary | 1000100 | 10010111 | 11001010 | 1000010 | 11001 | 0 | 10101 | 11001011 | 111000 | 110101 |
Color Harmonies of #4497CA
Complementary color
Monochromatic Colors of #4497CA
Black with #4497CA
Text Example
Text Example
White with #4497CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4497CA; }
p { color: rgb(68,151,202); }
H1.HeaderClassName
{
color: #4497CA;
}
.AnyTagClassName
{
color: #4497CA;
}
</style>
background-color css
<style>
a { background-color: #4497CA; }
a { background-color: rgb(68,151,202); }
div.DivClassName
{
background-color: #4497CA;
}
.BgClassName
{
background-color: #4497CA;
}
</style>
border-color css
<style>
span { border-color: #4497CA; }
span { border-color: rgb(68,151,202); }
td.TdClassName
{
border-color: #4497CA;
}
.TagClassName
{
border-color: #4497CA;
}
</style>