Shades of Picton Blue #4994CC
Tints of Picton Blue #4994CC
RGB
CMYK
RGB Variations
Color information
#4994CC (or 0x4994CC) is known color: Picton Blue. HEX triplet: 49, 94 and CC. RGB value is (73,148,204). Sum of RGB (Red+Green+Blue) = 73+148+204=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #4994CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994CC is #B66B33. Grayscale: #838383. Windows color (decimal): -11954996 or 13407305. OLE color: 13407305.
HSL color Cylindrical-coordinate representation of color #4994CC: hue angle of 205.65º degrees, saturation: 0.56, 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 #4994CC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 148 | 204 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.2 |
| HSL | 205.65º | 0.56% | 0.54% | - |
| HSV(B) | 205.65º | 0.64% | 0.8% | - |
| XYZ | 24.24 | 26.96 | 61.05 | - |
| YUV | 131.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 204 | 0.64 | 0.27 | 0 | 0.2 | 205.65 | 0.56 | 0.54 |
| Hex | 49 | 94 | CC | 40 | 1B | 0 | 14 | CE | 38 | 36 |
| Octal | 111 | 224 | 314 | 100 | 33 | 0 | 24 | 316 | 70 | 66 |
| Binary | 1001001 | 10010100 | 11001100 | 1000000 | 11011 | 0 | 10100 | 11001110 | 111000 | 110110 |
Color Harmonies of #4994CC
Complementary color
Monochromatic Colors of #4994CC
Black with #4994CC
Text Example
Text Example
White with #4994CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4994CC; }
p { color: rgb(73,148,204); }
H1.HeaderClassName
{
color: #4994CC;
}
.AnyTagClassName
{
color: #4994CC;
}
</style>
background-color css
<style>
a { background-color: #4994CC; }
a { background-color: rgb(73,148,204); }
div.DivClassName
{
background-color: #4994CC;
}
.BgClassName
{
background-color: #4994CC;
}
</style>
border-color css
<style>
span { border-color: #4994CC; }
span { border-color: rgb(73,148,204); }
td.TdClassName
{
border-color: #4994CC;
}
.TagClassName
{
border-color: #4994CC;
}
</style>