Shades of Picton Blue #4C9DCB
Tints of Picton Blue #4C9DCB
RGB
CMYK
RGB Variations
Color information
#4C9DCB (or 0x4C9DCB) is known color: Picton Blue. HEX triplet: 4C, 9D and CB. RGB value is (76,157,203). Sum of RGB (Red+Green+Blue) = 76+157+203=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C9DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DCB is #B36234. Grayscale: #898989. Windows color (decimal): -11756085 or 13344076. OLE color: 13344076.
HSL color Cylindrical-coordinate representation of color #4C9DCB: hue angle of 201.73º degrees, saturation: 0.55, 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 #4C9DCB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 157 | 203 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.20 |
| HSL | 201.73º | 0.55% | 0.55% | - |
| HSV(B) | 201.73º | 0.63% | 0.8% | - |
| XYZ | 25.82 | 29.96 | 60.92 | - |
| YUV | 138.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 203 | 0.63 | 0.23 | 0 | 0.20 | 201.73 | 0.55 | 0.55 |
| Hex | 4C | 9D | CB | 3F | 17 | 0 | 14 | CA | 37 | 37 |
| Octal | 114 | 235 | 313 | 77 | 27 | 0 | 24 | 312 | 67 | 67 |
| Binary | 1001100 | 10011101 | 11001011 | 111111 | 10111 | 0 | 10100 | 11001010 | 110111 | 110111 |
Color Harmonies of #4C9DCB
Complementary color
Monochromatic Colors of #4C9DCB
Black with #4C9DCB
Text Example
Text Example
White with #4C9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9DCB; }
p { color: rgb(76,157,203); }
H1.HeaderClassName
{
color: #4C9DCB;
}
.AnyTagClassName
{
color: #4C9DCB;
}
</style>
background-color css
<style>
a { background-color: #4C9DCB; }
a { background-color: rgb(76,157,203); }
div.DivClassName
{
background-color: #4C9DCB;
}
.BgClassName
{
background-color: #4C9DCB;
}
</style>
border-color css
<style>
span { border-color: #4C9DCB; }
span { border-color: rgb(76,157,203); }
td.TdClassName
{
border-color: #4C9DCB;
}
.TagClassName
{
border-color: #4C9DCB;
}
</style>