Shades of Picton Blue #4A9BCB
Tints of Picton Blue #4A9BCB
RGB
CMYK
RGB Variations
Color information
#4A9BCB (or 0x4A9BCB) is known color: Picton Blue. HEX triplet: 4A, 9B and CB. RGB value is (74,155,203). Sum of RGB (Red+Green+Blue) = 74+155+203=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A9BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9BCB is #B56434. Grayscale: #878787. Windows color (decimal): -11887669 or 13343562. OLE color: 13343562.
HSL color Cylindrical-coordinate representation of color #4A9BCB: hue angle of 202.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A9BCB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 155 | 203 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.20 |
| HSL | 202.33º | 0.55% | 0.54% | - |
| HSV(B) | 202.33º | 0.64% | 0.8% | - |
| XYZ | 25.32 | 29.21 | 60.8 | - |
| YUV | 136.25 | 165.66 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 203 | 0.64 | 0.24 | 0 | 0.20 | 202.33 | 0.55 | 0.54 |
| Hex | 4A | 9B | CB | 40 | 18 | 0 | 14 | CA | 37 | 36 |
| Octal | 112 | 233 | 313 | 100 | 30 | 0 | 24 | 312 | 67 | 66 |
| Binary | 1001010 | 10011011 | 11001011 | 1000000 | 11000 | 0 | 10100 | 11001010 | 110111 | 110110 |
Color Harmonies of #4A9BCB
Complementary color
Monochromatic Colors of #4A9BCB
Black with #4A9BCB
Text Example
Text Example
White with #4A9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9BCB; }
p { color: rgb(74,155,203); }
H1.HeaderClassName
{
color: #4A9BCB;
}
.AnyTagClassName
{
color: #4A9BCB;
}
</style>
background-color css
<style>
a { background-color: #4A9BCB; }
a { background-color: rgb(74,155,203); }
div.DivClassName
{
background-color: #4A9BCB;
}
.BgClassName
{
background-color: #4A9BCB;
}
</style>
border-color css
<style>
span { border-color: #4A9BCB; }
span { border-color: rgb(74,155,203); }
td.TdClassName
{
border-color: #4A9BCB;
}
.TagClassName
{
border-color: #4A9BCB;
}
</style>