Shades of Picton Blue #4498CA
Tints of Picton Blue #4498CA
RGB
CMYK
RGB Variations
Color information
#4498CA (or 0x4498CA) is known color: Picton Blue. HEX triplet: 44, 98 and CA. RGB value is (68,152,202). Sum of RGB (Red+Green+Blue) = 68+152+202=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4498CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498CA is #BB6735. Grayscale: #848484. Windows color (decimal): -12281654 or 13277252. OLE color: 13277252.
HSL color Cylindrical-coordinate representation of color #4498CA: hue angle of 202.39º 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 #4498CA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 152 | 202 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.21 |
| HSL | 202.39º | 0.56% | 0.53% | - |
| HSV(B) | 202.39º | 0.66% | 0.79% | - |
| XYZ | 24.27 | 27.95 | 59.99 | - |
| YUV | 132.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 202 | 0.66 | 0.25 | 0 | 0.21 | 202.39 | 0.56 | 0.53 |
| Hex | 44 | 98 | CA | 42 | 19 | 0 | 15 | CA | 38 | 35 |
| Octal | 104 | 230 | 312 | 102 | 31 | 0 | 25 | 312 | 70 | 65 |
| Binary | 1000100 | 10011000 | 11001010 | 1000010 | 11001 | 0 | 10101 | 11001010 | 111000 | 110101 |
Color Harmonies of #4498CA
Complementary color
Monochromatic Colors of #4498CA
Black with #4498CA
Text Example
Text Example
White with #4498CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498CA; }
p { color: rgb(68,152,202); }
H1.HeaderClassName
{
color: #4498CA;
}
.AnyTagClassName
{
color: #4498CA;
}
</style>
background-color css
<style>
a { background-color: #4498CA; }
a { background-color: rgb(68,152,202); }
div.DivClassName
{
background-color: #4498CA;
}
.BgClassName
{
background-color: #4498CA;
}
</style>
border-color css
<style>
span { border-color: #4498CA; }
span { border-color: rgb(68,152,202); }
td.TdClassName
{
border-color: #4498CA;
}
.TagClassName
{
border-color: #4498CA;
}
</style>