Shades of Picton Blue #4B9BCD
Tints of Picton Blue #4B9BCD
RGB
CMYK
RGB Variations
Color information
#4B9BCD (or 0x4B9BCD) is known color: Picton Blue. HEX triplet: 4B, 9B and CD. RGB value is (75,155,205). Sum of RGB (Red+Green+Blue) = 75+155+205=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B9BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9BCD is #B46432. Grayscale: #888888. Windows color (decimal): -11822131 or 13474635. OLE color: 13474635.
HSL color Cylindrical-coordinate representation of color #4B9BCD: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9BCD is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 155 | 205 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.20 |
| HSL | 203.08º | 0.57% | 0.55% | - |
| HSV(B) | 203.08º | 0.63% | 0.8% | - |
| XYZ | 25.64 | 29.35 | 62.07 | - |
| YUV | 136.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 205 | 0.63 | 0.24 | 0 | 0.20 | 203.08 | 0.57 | 0.55 |
| Hex | 4B | 9B | CD | 3F | 18 | 0 | 14 | CB | 39 | 37 |
| Octal | 113 | 233 | 315 | 77 | 30 | 0 | 24 | 313 | 71 | 67 |
| Binary | 1001011 | 10011011 | 11001101 | 111111 | 11000 | 0 | 10100 | 11001011 | 111001 | 110111 |
Color Harmonies of #4B9BCD
Complementary color
Monochromatic Colors of #4B9BCD
Black with #4B9BCD
Text Example
Text Example
White with #4B9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9BCD; }
p { color: rgb(75,155,205); }
H1.HeaderClassName
{
color: #4B9BCD;
}
.AnyTagClassName
{
color: #4B9BCD;
}
</style>
background-color css
<style>
a { background-color: #4B9BCD; }
a { background-color: rgb(75,155,205); }
div.DivClassName
{
background-color: #4B9BCD;
}
.BgClassName
{
background-color: #4B9BCD;
}
</style>
border-color css
<style>
span { border-color: #4B9BCD; }
span { border-color: rgb(75,155,205); }
td.TdClassName
{
border-color: #4B9BCD;
}
.TagClassName
{
border-color: #4B9BCD;
}
</style>