Shades of Cornflower Blue #4A93FD
Tints of Cornflower Blue #4A93FD
RGB
CMYK
RGB Variations
Color information
#4A93FD (or 0x4A93FD) is known color: Cornflower Blue. HEX triplet: 4A, 93 and FD. RGB value is (74,147,253). Sum of RGB (Red+Green+Blue) = 74+147+253=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A93FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A93FD is #B56C02. Grayscale: #888888. Windows color (decimal): -11889667 or 16618314. OLE color: 16618314.
HSL color Cylindrical-coordinate representation of color #4A93FD: hue angle of 215.53º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A93FD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 147 | 253 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.01 |
| HSL | 215.53º | 0.98% | 0.64% | - |
| HSV(B) | 215.53º | 0.71% | 0.99% | - |
| XYZ | 30.99 | 29.42 | 96.97 | - |
| YUV | 137.26 | 193.32 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 253 | 0.71 | 0.42 | 0 | 0.01 | 215.53 | 0.98 | 0.64 |
| Hex | 4A | 93 | FD | 47 | 2A | 0 | 1 | D8 | 62 | 40 |
| Octal | 112 | 223 | 375 | 107 | 52 | 0 | 1 | 330 | 142 | 100 |
| Binary | 1001010 | 10010011 | 11111101 | 1000111 | 101010 | 0 | 1 | 11011000 | 1100010 | 1000000 |
Color Harmonies of #4A93FD
Complementary color
Monochromatic Colors of #4A93FD
Black with #4A93FD
Text Example
Text Example
White with #4A93FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A93FD; }
p { color: rgb(74,147,253); }
H1.HeaderClassName
{
color: #4A93FD;
}
.AnyTagClassName
{
color: #4A93FD;
}
</style>
background-color css
<style>
a { background-color: #4A93FD; }
a { background-color: rgb(74,147,253); }
div.DivClassName
{
background-color: #4A93FD;
}
.BgClassName
{
background-color: #4A93FD;
}
</style>
border-color css
<style>
span { border-color: #4A93FD; }
span { border-color: rgb(74,147,253); }
td.TdClassName
{
border-color: #4A93FD;
}
.TagClassName
{
border-color: #4A93FD;
}
</style>