Shades of Picton Blue #4A91CE
Tints of Picton Blue #4A91CE
RGB
CMYK
RGB Variations
Color information
#4A91CE (or 0x4A91CE) is known color: Picton Blue. HEX triplet: 4A, 91 and CE. RGB value is (74,145,206). Sum of RGB (Red+Green+Blue) = 74+145+206=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A91CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A91CE is #B56E31. Grayscale: #828282. Windows color (decimal): -11890226 or 13537610. OLE color: 13537610.
HSL color Cylindrical-coordinate representation of color #4A91CE: hue angle of 207.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A91CE is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 145 | 206 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.19 |
| HSL | 207.73º | 0.57% | 0.55% | - |
| HSV(B) | 207.73º | 0.64% | 0.81% | - |
| XYZ | 24.09 | 26.16 | 62.17 | - |
| YUV | 130.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 206 | 0.64 | 0.30 | 0 | 0.19 | 207.73 | 0.57 | 0.55 |
| Hex | 4A | 91 | CE | 40 | 1E | 0 | 13 | D0 | 39 | 37 |
| Octal | 112 | 221 | 316 | 100 | 36 | 0 | 23 | 320 | 71 | 67 |
| Binary | 1001010 | 10010001 | 11001110 | 1000000 | 11110 | 0 | 10011 | 11010000 | 111001 | 110111 |
Color Harmonies of #4A91CE
Complementary color
Monochromatic Colors of #4A91CE
Black with #4A91CE
Text Example
Text Example
White with #4A91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A91CE; }
p { color: rgb(74,145,206); }
H1.HeaderClassName
{
color: #4A91CE;
}
.AnyTagClassName
{
color: #4A91CE;
}
</style>
background-color css
<style>
a { background-color: #4A91CE; }
a { background-color: rgb(74,145,206); }
div.DivClassName
{
background-color: #4A91CE;
}
.BgClassName
{
background-color: #4A91CE;
}
</style>
border-color css
<style>
span { border-color: #4A91CE; }
span { border-color: rgb(74,145,206); }
td.TdClassName
{
border-color: #4A91CE;
}
.TagClassName
{
border-color: #4A91CE;
}
</style>