Shades of Cornflower Blue #4893FC
Tints of Cornflower Blue #4893FC
RGB
CMYK
RGB Variations
Color information
#4893FC (or 0x4893FC) is known color: Cornflower Blue. HEX triplet: 48, 93 and FC. RGB value is (72,147,252). Sum of RGB (Red+Green+Blue) = 72+147+252=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #4893FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4893FC is #B76C03. Grayscale: #888888. Windows color (decimal): -12020740 or 16552776. OLE color: 16552776.
HSL color Cylindrical-coordinate representation of color #4893FC: hue angle of 215º degrees, saturation: 0.97, 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 #4893FC is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 147 | 252 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.01 |
| HSL | 215º | 0.97% | 0.64% | - |
| HSV(B) | 215º | 0.71% | 0.99% | - |
| XYZ | 30.68 | 29.27 | 96.13 | - |
| YUV | 136.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 252 | 0.71 | 0.42 | 0 | 0.01 | 215 | 0.97 | 0.64 |
| Hex | 48 | 93 | FC | 47 | 2A | 0 | 1 | D7 | 61 | 40 |
| Octal | 110 | 223 | 374 | 107 | 52 | 0 | 1 | 327 | 141 | 100 |
| Binary | 1001000 | 10010011 | 11111100 | 1000111 | 101010 | 0 | 1 | 11010111 | 1100001 | 1000000 |
Color Harmonies of #4893FC
Complementary color
Monochromatic Colors of #4893FC
Black with #4893FC
Text Example
Text Example
White with #4893FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4893FC; }
p { color: rgb(72,147,252); }
H1.HeaderClassName
{
color: #4893FC;
}
.AnyTagClassName
{
color: #4893FC;
}
</style>
background-color css
<style>
a { background-color: #4893FC; }
a { background-color: rgb(72,147,252); }
div.DivClassName
{
background-color: #4893FC;
}
.BgClassName
{
background-color: #4893FC;
}
</style>
border-color css
<style>
span { border-color: #4893FC; }
span { border-color: rgb(72,147,252); }
td.TdClassName
{
border-color: #4893FC;
}
.TagClassName
{
border-color: #4893FC;
}
</style>