Shades of Picton Blue #4A91CC
Tints of Picton Blue #4A91CC
RGB
CMYK
RGB Variations
Color information
#4A91CC (or 0x4A91CC) is known color: Picton Blue. HEX triplet: 4A, 91 and CC. RGB value is (74,145,204). Sum of RGB (Red+Green+Blue) = 74+145+204=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A91CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A91CC is #B56E33. Grayscale: #828282. Windows color (decimal): -11890228 or 13406538. OLE color: 13406538.
HSL color Cylindrical-coordinate representation of color #4A91CC: hue angle of 207.23º degrees, saturation: 0.56, 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 #4A91CC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 145 | 204 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.2 |
| HSL | 207.23º | 0.56% | 0.55% | - |
| HSV(B) | 207.23º | 0.64% | 0.8% | - |
| XYZ | 23.85 | 26.07 | 60.9 | - |
| YUV | 130.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 204 | 0.64 | 0.29 | 0 | 0.2 | 207.23 | 0.56 | 0.55 |
| Hex | 4A | 91 | CC | 40 | 1D | 0 | 14 | CF | 38 | 37 |
| Octal | 112 | 221 | 314 | 100 | 35 | 0 | 24 | 317 | 70 | 67 |
| Binary | 1001010 | 10010001 | 11001100 | 1000000 | 11101 | 0 | 10100 | 11001111 | 111000 | 110111 |
Color Harmonies of #4A91CC
Complementary color
Monochromatic Colors of #4A91CC
Black with #4A91CC
Text Example
Text Example
White with #4A91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A91CC; }
p { color: rgb(74,145,204); }
H1.HeaderClassName
{
color: #4A91CC;
}
.AnyTagClassName
{
color: #4A91CC;
}
</style>
background-color css
<style>
a { background-color: #4A91CC; }
a { background-color: rgb(74,145,204); }
div.DivClassName
{
background-color: #4A91CC;
}
.BgClassName
{
background-color: #4A91CC;
}
</style>
border-color css
<style>
span { border-color: #4A91CC; }
span { border-color: rgb(74,145,204); }
td.TdClassName
{
border-color: #4A91CC;
}
.TagClassName
{
border-color: #4A91CC;
}
</style>