Shades of Corn Flower Blue #494B6B
Tints of Corn Flower Blue #494B6B
RGB
CMYK
RGB Variations
Color information
#494B6B (or 0x494B6B) is known color: Corn Flower Blue. HEX triplet: 49, 4B and 6B. RGB value is (73,75,107). Sum of RGB (Red+Green+Blue) = 73+75+107=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #494B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B6B is #B6B494. Grayscale: #4D4D4D. Windows color (decimal): -11973781 or 7031625. OLE color: 7031625.
HSL color Cylindrical-coordinate representation of color #494B6B: hue angle of 236.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494B6B is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 75 | 107 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.58 |
| HSL | 236.47º | 0.19% | 0.35% | - |
| HSV(B) | 236.47º | 0.32% | 0.42% | - |
| XYZ | 7.92 | 7.51 | 14.94 | - |
| YUV | 78.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 107 | 0.32 | 0.30 | 0 | 0.58 | 236.47 | 0.19 | 0.35 |
| Hex | 49 | 4B | 6B | 20 | 1E | 0 | 3A | EC | 13 | 23 |
| Octal | 111 | 113 | 153 | 40 | 36 | 0 | 72 | 354 | 23 | 43 |
| Binary | 1001001 | 1001011 | 1101011 | 100000 | 11110 | 0 | 111010 | 11101100 | 10011 | 100011 |
Color Harmonies of #494B6B
Complementary color
Monochromatic Colors of #494B6B
Black with #494B6B
Text Example
Text Example
White with #494B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B6B; }
p { color: rgb(73,75,107); }
H1.HeaderClassName
{
color: #494B6B;
}
.AnyTagClassName
{
color: #494B6B;
}
</style>
background-color css
<style>
a { background-color: #494B6B; }
a { background-color: rgb(73,75,107); }
div.DivClassName
{
background-color: #494B6B;
}
.BgClassName
{
background-color: #494B6B;
}
</style>
border-color css
<style>
span { border-color: #494B6B; }
span { border-color: rgb(73,75,107); }
td.TdClassName
{
border-color: #494B6B;
}
.TagClassName
{
border-color: #494B6B;
}
</style>