Shades of Corn Flower Blue #464074
Tints of Corn Flower Blue #464074
RGB
CMYK
RGB Variations
Color information
#464074 (or 0x464074) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 74. RGB value is (70,64,116). Sum of RGB (Red+Green+Blue) = 70+64+116=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #464074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464074 is #B9BF8B. Grayscale: #474747. Windows color (decimal): -12173196 or 7618630. OLE color: 7618630.
HSL color Cylindrical-coordinate representation of color #464074: hue angle of 246.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464074 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 64 | 116 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.55 |
| HSL | 246.92º | 0.29% | 0.35% | - |
| HSV(B) | 246.92º | 0.45% | 0.45% | - |
| XYZ | 7.51 | 6.23 | 17.33 | - |
| YUV | 71.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 116 | 0.40 | 0.45 | 0 | 0.55 | 246.92 | 0.29 | 0.35 |
| Hex | 46 | 40 | 74 | 28 | 2D | 0 | 37 | F7 | 1D | 23 |
| Octal | 106 | 100 | 164 | 50 | 55 | 0 | 67 | 367 | 35 | 43 |
| Binary | 1000110 | 1000000 | 1110100 | 101000 | 101101 | 0 | 110111 | 11110111 | 11101 | 100011 |
Color Harmonies of #464074
Complementary color
Monochromatic Colors of #464074
Black with #464074
Text Example
Text Example
White with #464074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464074; }
p { color: rgb(70,64,116); }
H1.HeaderClassName
{
color: #464074;
}
.AnyTagClassName
{
color: #464074;
}
</style>
background-color css
<style>
a { background-color: #464074; }
a { background-color: rgb(70,64,116); }
div.DivClassName
{
background-color: #464074;
}
.BgClassName
{
background-color: #464074;
}
</style>
border-color css
<style>
span { border-color: #464074; }
span { border-color: rgb(70,64,116); }
td.TdClassName
{
border-color: #464074;
}
.TagClassName
{
border-color: #464074;
}
</style>