Shades of Picton Blue #4A99D7
Tints of Picton Blue #4A99D7
RGB
CMYK
RGB Variations
Color information
#4A99D7 (or 0x4A99D7) is known color: Picton Blue. HEX triplet: 4A, 99 and D7. RGB value is (74,153,215). Sum of RGB (Red+Green+Blue) = 74+153+215=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A99D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A99D7 is #B56628. Grayscale: #888888. Windows color (decimal): -11888169 or 14129482. OLE color: 14129482.
HSL color Cylindrical-coordinate representation of color #4A99D7: hue angle of 206.38º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A99D7 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 153 | 215 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.16 |
| HSL | 206.38º | 0.64% | 0.57% | - |
| HSV(B) | 206.38º | 0.66% | 0.84% | - |
| XYZ | 26.48 | 29.14 | 68.52 | - |
| YUV | 136.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 215 | 0.66 | 0.29 | 0 | 0.16 | 206.38 | 0.64 | 0.57 |
| Hex | 4A | 99 | D7 | 42 | 1D | 0 | 10 | CE | 40 | 39 |
| Octal | 112 | 231 | 327 | 102 | 35 | 0 | 20 | 316 | 100 | 71 |
| Binary | 1001010 | 10011001 | 11010111 | 1000010 | 11101 | 0 | 10000 | 11001110 | 1000000 | 111001 |
Color Harmonies of #4A99D7
Complementary color
Monochromatic Colors of #4A99D7
Black with #4A99D7
Text Example
Text Example
White with #4A99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A99D7; }
p { color: rgb(74,153,215); }
H1.HeaderClassName
{
color: #4A99D7;
}
.AnyTagClassName
{
color: #4A99D7;
}
</style>
background-color css
<style>
a { background-color: #4A99D7; }
a { background-color: rgb(74,153,215); }
div.DivClassName
{
background-color: #4A99D7;
}
.BgClassName
{
background-color: #4A99D7;
}
</style>
border-color css
<style>
span { border-color: #4A99D7; }
span { border-color: rgb(74,153,215); }
td.TdClassName
{
border-color: #4A99D7;
}
.TagClassName
{
border-color: #4A99D7;
}
</style>