Shades of Picton Blue #4B9FCE
Tints of Picton Blue #4B9FCE
RGB
CMYK
RGB Variations
Color information
#4B9FCE (or 0x4B9FCE) is known color: Picton Blue. HEX triplet: 4B, 9F and CE. RGB value is (75,159,206). Sum of RGB (Red+Green+Blue) = 75+159+206=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9FCE is #B46031. Grayscale: #8A8A8A. Windows color (decimal): -11821106 or 13541195. OLE color: 13541195.
HSL color Cylindrical-coordinate representation of color #4B9FCE: hue angle of 201.53º degrees, saturation: 0.57, 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 #4B9FCE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 159 | 206 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.19 |
| HSL | 201.53º | 0.57% | 0.55% | - |
| HSV(B) | 201.53º | 0.64% | 0.81% | - |
| XYZ | 26.44 | 30.75 | 62.93 | - |
| YUV | 139.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 206 | 0.64 | 0.23 | 0 | 0.19 | 201.53 | 0.57 | 0.55 |
| Hex | 4B | 9F | CE | 40 | 17 | 0 | 13 | CA | 39 | 37 |
| Octal | 113 | 237 | 316 | 100 | 27 | 0 | 23 | 312 | 71 | 67 |
| Binary | 1001011 | 10011111 | 11001110 | 1000000 | 10111 | 0 | 10011 | 11001010 | 111001 | 110111 |
Color Harmonies of #4B9FCE
Complementary color
Monochromatic Colors of #4B9FCE
Black with #4B9FCE
Text Example
Text Example
White with #4B9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9FCE; }
p { color: rgb(75,159,206); }
H1.HeaderClassName
{
color: #4B9FCE;
}
.AnyTagClassName
{
color: #4B9FCE;
}
</style>
background-color css
<style>
a { background-color: #4B9FCE; }
a { background-color: rgb(75,159,206); }
div.DivClassName
{
background-color: #4B9FCE;
}
.BgClassName
{
background-color: #4B9FCE;
}
</style>
border-color css
<style>
span { border-color: #4B9FCE; }
span { border-color: rgb(75,159,206); }
td.TdClassName
{
border-color: #4B9FCE;
}
.TagClassName
{
border-color: #4B9FCE;
}
</style>