Shades of Picton Blue #4298CB
Tints of Picton Blue #4298CB
RGB
CMYK
RGB Variations
Color information
#4298CB (or 0x4298CB) is known color: Picton Blue. HEX triplet: 42, 98 and CB. RGB value is (66,152,203). Sum of RGB (Red+Green+Blue) = 66+152+203=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4298CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298CB is #BD6734. Grayscale: #838383. Windows color (decimal): -12412725 or 13342786. OLE color: 13342786.
HSL color Cylindrical-coordinate representation of color #4298CB: hue angle of 202.34º 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 #4298CB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 152 | 203 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.20 |
| HSL | 202.34º | 0.57% | 0.53% | - |
| HSV(B) | 202.34º | 0.67% | 0.8% | - |
| XYZ | 24.25 | 27.93 | 60.61 | - |
| YUV | 132.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 203 | 0.67 | 0.25 | 0 | 0.20 | 202.34 | 0.57 | 0.53 |
| Hex | 42 | 98 | CB | 43 | 19 | 0 | 14 | CA | 39 | 35 |
| Octal | 102 | 230 | 313 | 103 | 31 | 0 | 24 | 312 | 71 | 65 |
| Binary | 1000010 | 10011000 | 11001011 | 1000011 | 11001 | 0 | 10100 | 11001010 | 111001 | 110101 |
Color Harmonies of #4298CB
Complementary color
Monochromatic Colors of #4298CB
Black with #4298CB
Text Example
Text Example
White with #4298CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4298CB; }
p { color: rgb(66,152,203); }
H1.HeaderClassName
{
color: #4298CB;
}
.AnyTagClassName
{
color: #4298CB;
}
</style>
background-color css
<style>
a { background-color: #4298CB; }
a { background-color: rgb(66,152,203); }
div.DivClassName
{
background-color: #4298CB;
}
.BgClassName
{
background-color: #4298CB;
}
</style>
border-color css
<style>
span { border-color: #4298CB; }
span { border-color: rgb(66,152,203); }
td.TdClassName
{
border-color: #4298CB;
}
.TagClassName
{
border-color: #4298CB;
}
</style>