Shades of Corn Flower Blue #494B68
Tints of Corn Flower Blue #494B68
RGB
CMYK
RGB Variations
Color information
#494B68 (or 0x494B68) is known color: Corn Flower Blue. HEX triplet: 49, 4B and 68. RGB value is (73,75,104). Sum of RGB (Red+Green+Blue) = 73+75+104=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #494B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B68 is #B6B497. Grayscale: #4D4D4D. Windows color (decimal): -11973784 or 6835017. OLE color: 6835017.
HSL color Cylindrical-coordinate representation of color #494B68: hue angle of 236.13º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494B68 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 75 | 104 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.59 |
| HSL | 236.13º | 0.18% | 0.35% | - |
| HSV(B) | 236.13º | 0.3% | 0.41% | - |
| XYZ | 7.76 | 7.45 | 14.13 | - |
| YUV | 77.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 104 | 0.30 | 0.28 | 0 | 0.59 | 236.13 | 0.18 | 0.35 |
| Hex | 49 | 4B | 68 | 1E | 1C | 0 | 3B | EC | 12 | 23 |
| Octal | 111 | 113 | 150 | 36 | 34 | 0 | 73 | 354 | 22 | 43 |
| Binary | 1001001 | 1001011 | 1101000 | 11110 | 11100 | 0 | 111011 | 11101100 | 10010 | 100011 |
Color Harmonies of #494B68
Complementary color
Monochromatic Colors of #494B68
Black with #494B68
Text Example
Text Example
White with #494B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B68; }
p { color: rgb(73,75,104); }
H1.HeaderClassName
{
color: #494B68;
}
.AnyTagClassName
{
color: #494B68;
}
</style>
background-color css
<style>
a { background-color: #494B68; }
a { background-color: rgb(73,75,104); }
div.DivClassName
{
background-color: #494B68;
}
.BgClassName
{
background-color: #494B68;
}
</style>
border-color css
<style>
span { border-color: #494B68; }
span { border-color: rgb(73,75,104); }
td.TdClassName
{
border-color: #494B68;
}
.TagClassName
{
border-color: #494B68;
}
</style>