Shades of Corn Flower Blue #463E7A
Tints of Corn Flower Blue #463E7A
RGB
CMYK
RGB Variations
Color information
#463E7A (or 0x463E7A) is known color: Corn Flower Blue. HEX triplet: 46, 3E and 7A. RGB value is (70,62,122). Sum of RGB (Red+Green+Blue) = 70+62+122=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #463E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E7A is #B9C185. Grayscale: #474747. Windows color (decimal): -12173702 or 8011334. OLE color: 8011334.
HSL color Cylindrical-coordinate representation of color #463E7A: hue angle of 248º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463E7A is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 62 | 122 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.52 |
| HSL | 248º | 0.33% | 0.36% | - |
| HSV(B) | 248º | 0.49% | 0.48% | - |
| XYZ | 7.76 | 6.15 | 19.19 | - |
| YUV | 71.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 122 | 0.43 | 0.49 | 0 | 0.52 | 248 | 0.33 | 0.36 |
| Hex | 46 | 3E | 7A | 2B | 31 | 0 | 34 | F8 | 21 | 24 |
| Octal | 106 | 76 | 172 | 53 | 61 | 0 | 64 | 370 | 41 | 44 |
| Binary | 1000110 | 111110 | 1111010 | 101011 | 110001 | 0 | 110100 | 11111000 | 100001 | 100100 |
Color Harmonies of #463E7A
Complementary color
Monochromatic Colors of #463E7A
Black with #463E7A
Text Example
Text Example
White with #463E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E7A; }
p { color: rgb(70,62,122); }
H1.HeaderClassName
{
color: #463E7A;
}
.AnyTagClassName
{
color: #463E7A;
}
</style>
background-color css
<style>
a { background-color: #463E7A; }
a { background-color: rgb(70,62,122); }
div.DivClassName
{
background-color: #463E7A;
}
.BgClassName
{
background-color: #463E7A;
}
</style>
border-color css
<style>
span { border-color: #463E7A; }
span { border-color: rgb(70,62,122); }
td.TdClassName
{
border-color: #463E7A;
}
.TagClassName
{
border-color: #463E7A;
}
</style>