Shades of Corn Flower Blue #463F7A
Tints of Corn Flower Blue #463F7A
RGB
CMYK
RGB Variations
Color information
#463F7A (or 0x463F7A) is known color: Corn Flower Blue. HEX triplet: 46, 3F and 7A. RGB value is (70,63,122). Sum of RGB (Red+Green+Blue) = 70+63+122=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #463F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7A is #B9C085. Grayscale: #474747. Windows color (decimal): -12173446 or 8011590. OLE color: 8011590.
HSL color Cylindrical-coordinate representation of color #463F7A: hue angle of 247.12º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463F7A is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 63 | 122 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.52 |
| HSL | 247.12º | 0.32% | 0.36% | - |
| HSV(B) | 247.12º | 0.48% | 0.48% | - |
| XYZ | 7.82 | 6.26 | 19.21 | - |
| YUV | 71.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 122 | 0.43 | 0.48 | 0 | 0.52 | 247.12 | 0.32 | 0.36 |
| Hex | 46 | 3F | 7A | 2B | 30 | 0 | 34 | F7 | 20 | 24 |
| Octal | 106 | 77 | 172 | 53 | 60 | 0 | 64 | 367 | 40 | 44 |
| Binary | 1000110 | 111111 | 1111010 | 101011 | 110000 | 0 | 110100 | 11110111 | 100000 | 100100 |
Color Harmonies of #463F7A
Complementary color
Monochromatic Colors of #463F7A
Black with #463F7A
Text Example
Text Example
White with #463F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F7A; }
p { color: rgb(70,63,122); }
H1.HeaderClassName
{
color: #463F7A;
}
.AnyTagClassName
{
color: #463F7A;
}
</style>
background-color css
<style>
a { background-color: #463F7A; }
a { background-color: rgb(70,63,122); }
div.DivClassName
{
background-color: #463F7A;
}
.BgClassName
{
background-color: #463F7A;
}
</style>
border-color css
<style>
span { border-color: #463F7A; }
span { border-color: rgb(70,63,122); }
td.TdClassName
{
border-color: #463F7A;
}
.TagClassName
{
border-color: #463F7A;
}
</style>