Shades of Corn Flower Blue #464374
Tints of Corn Flower Blue #464374
RGB
CMYK
RGB Variations
Color information
#464374 (or 0x464374) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 74. RGB value is (70,67,116). Sum of RGB (Red+Green+Blue) = 70+67+116=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #464374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464374 is #B9BC8B. Grayscale: #494949. Windows color (decimal): -12172428 or 7619398. OLE color: 7619398.
HSL color Cylindrical-coordinate representation of color #464374: hue angle of 243.67º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464374 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 67 | 116 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.55 |
| HSL | 243.67º | 0.27% | 0.36% | - |
| HSV(B) | 243.67º | 0.42% | 0.45% | - |
| XYZ | 7.69 | 6.58 | 17.39 | - |
| YUV | 73.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 116 | 0.40 | 0.42 | 0 | 0.55 | 243.67 | 0.27 | 0.36 |
| Hex | 46 | 43 | 74 | 28 | 2A | 0 | 37 | F4 | 1B | 24 |
| Octal | 106 | 103 | 164 | 50 | 52 | 0 | 67 | 364 | 33 | 44 |
| Binary | 1000110 | 1000011 | 1110100 | 101000 | 101010 | 0 | 110111 | 11110100 | 11011 | 100100 |
Color Harmonies of #464374
Complementary color
Monochromatic Colors of #464374
Black with #464374
Text Example
Text Example
White with #464374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464374; }
p { color: rgb(70,67,116); }
H1.HeaderClassName
{
color: #464374;
}
.AnyTagClassName
{
color: #464374;
}
</style>
background-color css
<style>
a { background-color: #464374; }
a { background-color: rgb(70,67,116); }
div.DivClassName
{
background-color: #464374;
}
.BgClassName
{
background-color: #464374;
}
</style>
border-color css
<style>
span { border-color: #464374; }
span { border-color: rgb(70,67,116); }
td.TdClassName
{
border-color: #464374;
}
.TagClassName
{
border-color: #464374;
}
</style>