Shades of Picton Blue #4A99DC
Tints of Picton Blue #4A99DC
RGB
CMYK
RGB Variations
Color information
#4A99DC (or 0x4A99DC) is known color: Picton Blue. HEX triplet: 4A, 99 and DC. RGB value is (74,153,220). Sum of RGB (Red+Green+Blue) = 74+153+220=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A99DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A99DC is #B56623. Grayscale: #888888. Windows color (decimal): -11888164 or 14457162. OLE color: 14457162.
HSL color Cylindrical-coordinate representation of color #4A99DC: hue angle of 207.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A99DC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 153 | 220 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.14 |
| HSL | 207.53º | 0.68% | 0.58% | - |
| HSV(B) | 207.53º | 0.66% | 0.86% | - |
| XYZ | 27.13 | 29.41 | 71.96 | - |
| YUV | 137.02 | 174.83 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 220 | 0.66 | 0.30 | 0 | 0.14 | 207.53 | 0.68 | 0.58 |
| Hex | 4A | 99 | DC | 42 | 1E | 0 | E | D0 | 44 | 3A |
| Octal | 112 | 231 | 334 | 102 | 36 | 0 | 16 | 320 | 104 | 72 |
| Binary | 1001010 | 10011001 | 11011100 | 1000010 | 11110 | 0 | 1110 | 11010000 | 1000100 | 111010 |
Color Harmonies of #4A99DC
Complementary color
Monochromatic Colors of #4A99DC
Black with #4A99DC
Text Example
Text Example
White with #4A99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A99DC; }
p { color: rgb(74,153,220); }
H1.HeaderClassName
{
color: #4A99DC;
}
.AnyTagClassName
{
color: #4A99DC;
}
</style>
background-color css
<style>
a { background-color: #4A99DC; }
a { background-color: rgb(74,153,220); }
div.DivClassName
{
background-color: #4A99DC;
}
.BgClassName
{
background-color: #4A99DC;
}
</style>
border-color css
<style>
span { border-color: #4A99DC; }
span { border-color: rgb(74,153,220); }
td.TdClassName
{
border-color: #4A99DC;
}
.TagClassName
{
border-color: #4A99DC;
}
</style>