Shades of Picton Blue #4398CB
Tints of Picton Blue #4398CB
RGB
CMYK
RGB Variations
Color information
#4398CB (or 0x4398CB) is known color: Picton Blue. HEX triplet: 43, 98 and CB. RGB value is (67,152,203). Sum of RGB (Red+Green+Blue) = 67+152+203=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #4398CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4398CB is #BC6734. Grayscale: #848484. Windows color (decimal): -12347189 or 13342787. OLE color: 13342787.
HSL color Cylindrical-coordinate representation of color #4398CB: hue angle of 202.5º 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 #4398CB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 152 | 203 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.20 |
| HSL | 202.5º | 0.57% | 0.53% | - |
| HSV(B) | 202.5º | 0.67% | 0.8% | - |
| XYZ | 24.32 | 27.96 | 60.62 | - |
| YUV | 132.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 203 | 0.67 | 0.25 | 0 | 0.20 | 202.5 | 0.57 | 0.53 |
| Hex | 43 | 98 | CB | 43 | 19 | 0 | 14 | CA | 39 | 35 |
| Octal | 103 | 230 | 313 | 103 | 31 | 0 | 24 | 312 | 71 | 65 |
| Binary | 1000011 | 10011000 | 11001011 | 1000011 | 11001 | 0 | 10100 | 11001010 | 111001 | 110101 |
Color Harmonies of #4398CB
Complementary color
Monochromatic Colors of #4398CB
Black with #4398CB
Text Example
Text Example
White with #4398CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4398CB; }
p { color: rgb(67,152,203); }
H1.HeaderClassName
{
color: #4398CB;
}
.AnyTagClassName
{
color: #4398CB;
}
</style>
background-color css
<style>
a { background-color: #4398CB; }
a { background-color: rgb(67,152,203); }
div.DivClassName
{
background-color: #4398CB;
}
.BgClassName
{
background-color: #4398CB;
}
</style>
border-color css
<style>
span { border-color: #4398CB; }
span { border-color: rgb(67,152,203); }
td.TdClassName
{
border-color: #4398CB;
}
.TagClassName
{
border-color: #4398CB;
}
</style>