Shades of Picton Blue #4A93CD
Tints of Picton Blue #4A93CD
RGB
CMYK
RGB Variations
Color information
#4A93CD (or 0x4A93CD) is known color: Picton Blue. HEX triplet: 4A, 93 and CD. RGB value is (74,147,205). Sum of RGB (Red+Green+Blue) = 74+147+205=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A93CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A93CD is #B56C32. Grayscale: #838383. Windows color (decimal): -11889715 or 13472586. OLE color: 13472586.
HSL color Cylindrical-coordinate representation of color #4A93CD: hue angle of 206.56º degrees, saturation: 0.57, 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 #4A93CD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 147 | 205 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.20 |
| HSL | 206.56º | 0.57% | 0.55% | - |
| HSV(B) | 206.56º | 0.64% | 0.8% | - |
| XYZ | 24.28 | 26.73 | 61.64 | - |
| YUV | 131.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 205 | 0.64 | 0.28 | 0 | 0.20 | 206.56 | 0.57 | 0.55 |
| Hex | 4A | 93 | CD | 40 | 1C | 0 | 14 | CF | 39 | 37 |
| Octal | 112 | 223 | 315 | 100 | 34 | 0 | 24 | 317 | 71 | 67 |
| Binary | 1001010 | 10010011 | 11001101 | 1000000 | 11100 | 0 | 10100 | 11001111 | 111001 | 110111 |
Color Harmonies of #4A93CD
Complementary color
Monochromatic Colors of #4A93CD
Black with #4A93CD
Text Example
Text Example
White with #4A93CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A93CD; }
p { color: rgb(74,147,205); }
H1.HeaderClassName
{
color: #4A93CD;
}
.AnyTagClassName
{
color: #4A93CD;
}
</style>
background-color css
<style>
a { background-color: #4A93CD; }
a { background-color: rgb(74,147,205); }
div.DivClassName
{
background-color: #4A93CD;
}
.BgClassName
{
background-color: #4A93CD;
}
</style>
border-color css
<style>
span { border-color: #4A93CD; }
span { border-color: rgb(74,147,205); }
td.TdClassName
{
border-color: #4A93CD;
}
.TagClassName
{
border-color: #4A93CD;
}
</style>