Shades of Corn Flower Blue #464763
Tints of Corn Flower Blue #464763
RGB
CMYK
RGB Variations
Color information
#464763 (or 0x464763) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 63. RGB value is (70,71,99). Sum of RGB (Red+Green+Blue) = 70+71+99=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #464763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464763 is #B9B89C. Grayscale: #494949. Windows color (decimal): -12171421 or 6506310. OLE color: 6506310.
HSL color Cylindrical-coordinate representation of color #464763: hue angle of 237.93º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464763 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 71 | 99 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.61 |
| HSL | 237.93º | 0.17% | 0.33% | - |
| HSV(B) | 237.93º | 0.29% | 0.39% | - |
| XYZ | 7.03 | 6.71 | 12.73 | - |
| YUV | 73.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 99 | 0.29 | 0.28 | 0 | 0.61 | 237.93 | 0.17 | 0.33 |
| Hex | 46 | 47 | 63 | 1D | 1C | 0 | 3D | EE | 11 | 21 |
| Octal | 106 | 107 | 143 | 35 | 34 | 0 | 75 | 356 | 21 | 41 |
| Binary | 1000110 | 1000111 | 1100011 | 11101 | 11100 | 0 | 111101 | 11101110 | 10001 | 100001 |
Color Harmonies of #464763
Complementary color
Monochromatic Colors of #464763
Black with #464763
Text Example
Text Example
White with #464763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464763; }
p { color: rgb(70,71,99); }
H1.HeaderClassName
{
color: #464763;
}
.AnyTagClassName
{
color: #464763;
}
</style>
background-color css
<style>
a { background-color: #464763; }
a { background-color: rgb(70,71,99); }
div.DivClassName
{
background-color: #464763;
}
.BgClassName
{
background-color: #464763;
}
</style>
border-color css
<style>
span { border-color: #464763; }
span { border-color: rgb(70,71,99); }
td.TdClassName
{
border-color: #464763;
}
.TagClassName
{
border-color: #464763;
}
</style>