Shades of Picton Blue #4498CF
Tints of Picton Blue #4498CF
RGB
CMYK
RGB Variations
Color information
#4498CF (or 0x4498CF) is known color: Picton Blue. HEX triplet: 44, 98 and CF. RGB value is (68,152,207). Sum of RGB (Red+Green+Blue) = 68+152+207=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #4498CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498CF is #BB6730. Grayscale: #848484. Windows color (decimal): -12281649 or 13604932. OLE color: 13604932.
HSL color Cylindrical-coordinate representation of color #4498CF: hue angle of 203.74º degrees, saturation: 0.59, 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 #4498CF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 152 | 207 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.19 |
| HSL | 203.74º | 0.59% | 0.54% | - |
| HSV(B) | 203.74º | 0.67% | 0.81% | - |
| XYZ | 24.87 | 28.19 | 63.16 | - |
| YUV | 133.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 207 | 0.67 | 0.27 | 0 | 0.19 | 203.74 | 0.59 | 0.54 |
| Hex | 44 | 98 | CF | 43 | 1B | 0 | 13 | CC | 3B | 36 |
| Octal | 104 | 230 | 317 | 103 | 33 | 0 | 23 | 314 | 73 | 66 |
| Binary | 1000100 | 10011000 | 11001111 | 1000011 | 11011 | 0 | 10011 | 11001100 | 111011 | 110110 |
Color Harmonies of #4498CF
Complementary color
Monochromatic Colors of #4498CF
Black with #4498CF
Text Example
Text Example
White with #4498CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498CF; }
p { color: rgb(68,152,207); }
H1.HeaderClassName
{
color: #4498CF;
}
.AnyTagClassName
{
color: #4498CF;
}
</style>
background-color css
<style>
a { background-color: #4498CF; }
a { background-color: rgb(68,152,207); }
div.DivClassName
{
background-color: #4498CF;
}
.BgClassName
{
background-color: #4498CF;
}
</style>
border-color css
<style>
span { border-color: #4498CF; }
span { border-color: rgb(68,152,207); }
td.TdClassName
{
border-color: #4498CF;
}
.TagClassName
{
border-color: #4498CF;
}
</style>