Shades of Corn Flower Blue #463D76
Tints of Corn Flower Blue #463D76
RGB
CMYK
RGB Variations
Color information
#463D76 (or 0x463D76) is known color: Corn Flower Blue. HEX triplet: 46, 3D and 76. RGB value is (70,61,118). Sum of RGB (Red+Green+Blue) = 70+61+118=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #463D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D76 is #B9C289. Grayscale: #454545. Windows color (decimal): -12173962 or 7748934. OLE color: 7748934.
HSL color Cylindrical-coordinate representation of color #463D76: hue angle of 249.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463D76 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 61 | 118 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.54 |
| HSL | 249.47º | 0.32% | 0.35% | - |
| HSV(B) | 249.47º | 0.48% | 0.46% | - |
| XYZ | 7.46 | 5.95 | 17.89 | - |
| YUV | 70.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 118 | 0.41 | 0.48 | 0 | 0.54 | 249.47 | 0.32 | 0.35 |
| Hex | 46 | 3D | 76 | 29 | 30 | 0 | 36 | F9 | 20 | 23 |
| Octal | 106 | 75 | 166 | 51 | 60 | 0 | 66 | 371 | 40 | 43 |
| Binary | 1000110 | 111101 | 1110110 | 101001 | 110000 | 0 | 110110 | 11111001 | 100000 | 100011 |
Color Harmonies of #463D76
Complementary color
Monochromatic Colors of #463D76
Black with #463D76
Text Example
Text Example
White with #463D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D76; }
p { color: rgb(70,61,118); }
H1.HeaderClassName
{
color: #463D76;
}
.AnyTagClassName
{
color: #463D76;
}
</style>
background-color css
<style>
a { background-color: #463D76; }
a { background-color: rgb(70,61,118); }
div.DivClassName
{
background-color: #463D76;
}
.BgClassName
{
background-color: #463D76;
}
</style>
border-color css
<style>
span { border-color: #463D76; }
span { border-color: rgb(70,61,118); }
td.TdClassName
{
border-color: #463D76;
}
.TagClassName
{
border-color: #463D76;
}
</style>