Shades of Picton Blue #4498CC
Tints of Picton Blue #4498CC
RGB
CMYK
RGB Variations
Color information
#4498CC (or 0x4498CC) is known color: Picton Blue. HEX triplet: 44, 98 and CC. RGB value is (68,152,204). Sum of RGB (Red+Green+Blue) = 68+152+204=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #4498CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498CC is #BB6733. Grayscale: #848484. Windows color (decimal): -12281652 or 13408324. OLE color: 13408324.
HSL color Cylindrical-coordinate representation of color #4498CC: hue angle of 202.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4498CC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 152 | 204 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.2 |
| HSL | 202.94º | 0.57% | 0.53% | - |
| HSV(B) | 202.94º | 0.67% | 0.8% | - |
| XYZ | 24.51 | 28.05 | 61.25 | - |
| YUV | 132.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 204 | 0.67 | 0.25 | 0 | 0.2 | 202.94 | 0.57 | 0.53 |
| Hex | 44 | 98 | CC | 43 | 19 | 0 | 14 | CB | 39 | 35 |
| Octal | 104 | 230 | 314 | 103 | 31 | 0 | 24 | 313 | 71 | 65 |
| Binary | 1000100 | 10011000 | 11001100 | 1000011 | 11001 | 0 | 10100 | 11001011 | 111001 | 110101 |
Color Harmonies of #4498CC
Complementary color
Monochromatic Colors of #4498CC
Black with #4498CC
Text Example
Text Example
White with #4498CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498CC; }
p { color: rgb(68,152,204); }
H1.HeaderClassName
{
color: #4498CC;
}
.AnyTagClassName
{
color: #4498CC;
}
</style>
background-color css
<style>
a { background-color: #4498CC; }
a { background-color: rgb(68,152,204); }
div.DivClassName
{
background-color: #4498CC;
}
.BgClassName
{
background-color: #4498CC;
}
</style>
border-color css
<style>
span { border-color: #4498CC; }
span { border-color: rgb(68,152,204); }
td.TdClassName
{
border-color: #4498CC;
}
.TagClassName
{
border-color: #4498CC;
}
</style>