Shades of Picton Blue #4C99DA
Tints of Picton Blue #4C99DA
RGB
CMYK
RGB Variations
Color information
#4C99DA (or 0x4C99DA) is known color: Picton Blue. HEX triplet: 4C, 99 and DA. RGB value is (76,153,218). Sum of RGB (Red+Green+Blue) = 76+153+218=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C99DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C99DA is #B36625. Grayscale: #898989. Windows color (decimal): -11757094 or 14326092. OLE color: 14326092.
HSL color Cylindrical-coordinate representation of color #4C99DA: hue angle of 207.46º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C99DA is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 153 | 218 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.15 |
| HSL | 207.46º | 0.66% | 0.58% | - |
| HSV(B) | 207.46º | 0.65% | 0.85% | - |
| XYZ | 27.03 | 29.38 | 70.58 | - |
| YUV | 137.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 218 | 0.65 | 0.30 | 0 | 0.15 | 207.46 | 0.66 | 0.58 |
| Hex | 4C | 99 | DA | 41 | 1E | 0 | F | CF | 42 | 3A |
| Octal | 114 | 231 | 332 | 101 | 36 | 0 | 17 | 317 | 102 | 72 |
| Binary | 1001100 | 10011001 | 11011010 | 1000001 | 11110 | 0 | 1111 | 11001111 | 1000010 | 111010 |
Color Harmonies of #4C99DA
Complementary color
Monochromatic Colors of #4C99DA
Black with #4C99DA
Text Example
Text Example
White with #4C99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C99DA; }
p { color: rgb(76,153,218); }
H1.HeaderClassName
{
color: #4C99DA;
}
.AnyTagClassName
{
color: #4C99DA;
}
</style>
background-color css
<style>
a { background-color: #4C99DA; }
a { background-color: rgb(76,153,218); }
div.DivClassName
{
background-color: #4C99DA;
}
.BgClassName
{
background-color: #4C99DA;
}
</style>
border-color css
<style>
span { border-color: #4C99DA; }
span { border-color: rgb(76,153,218); }
td.TdClassName
{
border-color: #4C99DA;
}
.TagClassName
{
border-color: #4C99DA;
}
</style>