Shades of Picton Blue #4B98CF
Tints of Picton Blue #4B98CF
RGB
CMYK
RGB Variations
Color information
#4B98CF (or 0x4B98CF) is known color: Picton Blue. HEX triplet: 4B, 98 and CF. RGB value is (75,152,207). Sum of RGB (Red+Green+Blue) = 75+152+207=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B98CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B98CF is #B46730. Grayscale: #868686. Windows color (decimal): -11822897 or 13604939. OLE color: 13604939.
HSL color Cylindrical-coordinate representation of color #4B98CF: hue angle of 205º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B98CF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 152 | 207 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.19 |
| HSL | 205º | 0.58% | 0.55% | - |
| HSV(B) | 205º | 0.64% | 0.81% | - |
| XYZ | 25.39 | 28.46 | 63.19 | - |
| YUV | 135.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 207 | 0.64 | 0.27 | 0 | 0.19 | 205 | 0.58 | 0.55 |
| Hex | 4B | 98 | CF | 40 | 1B | 0 | 13 | CD | 3A | 37 |
| Octal | 113 | 230 | 317 | 100 | 33 | 0 | 23 | 315 | 72 | 67 |
| Binary | 1001011 | 10011000 | 11001111 | 1000000 | 11011 | 0 | 10011 | 11001101 | 111010 | 110111 |
Color Harmonies of #4B98CF
Complementary color
Monochromatic Colors of #4B98CF
Black with #4B98CF
Text Example
Text Example
White with #4B98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B98CF; }
p { color: rgb(75,152,207); }
H1.HeaderClassName
{
color: #4B98CF;
}
.AnyTagClassName
{
color: #4B98CF;
}
</style>
background-color css
<style>
a { background-color: #4B98CF; }
a { background-color: rgb(75,152,207); }
div.DivClassName
{
background-color: #4B98CF;
}
.BgClassName
{
background-color: #4B98CF;
}
</style>
border-color css
<style>
span { border-color: #4B98CF; }
span { border-color: rgb(75,152,207); }
td.TdClassName
{
border-color: #4B98CF;
}
.TagClassName
{
border-color: #4B98CF;
}
</style>