Shades of Picton Blue #4A99CD
Tints of Picton Blue #4A99CD
RGB
CMYK
RGB Variations
Color information
#4A99CD (or 0x4A99CD) is known color: Picton Blue. HEX triplet: 4A, 99 and CD. RGB value is (74,153,205). Sum of RGB (Red+Green+Blue) = 74+153+205=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A99CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A99CD is #B56632. Grayscale: #878787. Windows color (decimal): -11888179 or 13474122. OLE color: 13474122.
HSL color Cylindrical-coordinate representation of color #4A99CD: hue angle of 203.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A99CD is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 153 | 205 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.20 |
| HSL | 203.82º | 0.57% | 0.55% | - |
| HSV(B) | 203.82º | 0.64% | 0.8% | - |
| XYZ | 25.23 | 28.65 | 61.96 | - |
| YUV | 135.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 205 | 0.64 | 0.25 | 0 | 0.20 | 203.82 | 0.57 | 0.55 |
| Hex | 4A | 99 | CD | 40 | 19 | 0 | 14 | CC | 39 | 37 |
| Octal | 112 | 231 | 315 | 100 | 31 | 0 | 24 | 314 | 71 | 67 |
| Binary | 1001010 | 10011001 | 11001101 | 1000000 | 11001 | 0 | 10100 | 11001100 | 111001 | 110111 |
Color Harmonies of #4A99CD
Complementary color
Monochromatic Colors of #4A99CD
Black with #4A99CD
Text Example
Text Example
White with #4A99CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A99CD; }
p { color: rgb(74,153,205); }
H1.HeaderClassName
{
color: #4A99CD;
}
.AnyTagClassName
{
color: #4A99CD;
}
</style>
background-color css
<style>
a { background-color: #4A99CD; }
a { background-color: rgb(74,153,205); }
div.DivClassName
{
background-color: #4A99CD;
}
.BgClassName
{
background-color: #4A99CD;
}
</style>
border-color css
<style>
span { border-color: #4A99CD; }
span { border-color: rgb(74,153,205); }
td.TdClassName
{
border-color: #4A99CD;
}
.TagClassName
{
border-color: #4A99CD;
}
</style>