Shades of Corn Flower Blue #463D78
Tints of Corn Flower Blue #463D78
RGB
CMYK
RGB Variations
Color information
#463D78 (or 0x463D78) is known color: Corn Flower Blue. HEX triplet: 46, 3D and 78. RGB value is (70,61,120). Sum of RGB (Red+Green+Blue) = 70+61+120=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #463D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D78 is #B9C287. Grayscale: #464646. Windows color (decimal): -12173960 or 7880006. OLE color: 7880006.
HSL color Cylindrical-coordinate representation of color #463D78: hue angle of 249.15º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463D78 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 61 | 120 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.53 |
| HSL | 249.15º | 0.33% | 0.35% | - |
| HSV(B) | 249.15º | 0.49% | 0.47% | - |
| XYZ | 7.58 | 6 | 18.53 | - |
| YUV | 70.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 120 | 0.42 | 0.49 | 0 | 0.53 | 249.15 | 0.33 | 0.35 |
| Hex | 46 | 3D | 78 | 2A | 31 | 0 | 35 | F9 | 21 | 23 |
| Octal | 106 | 75 | 170 | 52 | 61 | 0 | 65 | 371 | 41 | 43 |
| Binary | 1000110 | 111101 | 1111000 | 101010 | 110001 | 0 | 110101 | 11111001 | 100001 | 100011 |
Color Harmonies of #463D78
Complementary color
Monochromatic Colors of #463D78
Black with #463D78
Text Example
Text Example
White with #463D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D78; }
p { color: rgb(70,61,120); }
H1.HeaderClassName
{
color: #463D78;
}
.AnyTagClassName
{
color: #463D78;
}
</style>
background-color css
<style>
a { background-color: #463D78; }
a { background-color: rgb(70,61,120); }
div.DivClassName
{
background-color: #463D78;
}
.BgClassName
{
background-color: #463D78;
}
</style>
border-color css
<style>
span { border-color: #463D78; }
span { border-color: rgb(70,61,120); }
td.TdClassName
{
border-color: #463D78;
}
.TagClassName
{
border-color: #463D78;
}
</style>