Shades of Corn Flower Blue #46427A
Tints of Corn Flower Blue #46427A
RGB
CMYK
RGB Variations
Color information
#46427A (or 0x46427A) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 7A. RGB value is (70,66,122). Sum of RGB (Red+Green+Blue) = 70+66+122=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #46427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46427A is #B9BD85. Grayscale: #494949. Windows color (decimal): -12172678 or 8012358. OLE color: 8012358.
HSL color Cylindrical-coordinate representation of color #46427A: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46427A is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 66 | 122 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.52 |
| HSL | 244.29º | 0.3% | 0.37% | - |
| HSV(B) | 244.29º | 0.46% | 0.48% | - |
| XYZ | 7.99 | 6.6 | 19.27 | - |
| YUV | 73.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 122 | 0.43 | 0.46 | 0 | 0.52 | 244.29 | 0.3 | 0.37 |
| Hex | 46 | 42 | 7A | 2B | 2E | 0 | 34 | F4 | 1E | 25 |
| Octal | 106 | 102 | 172 | 53 | 56 | 0 | 64 | 364 | 36 | 45 |
| Binary | 1000110 | 1000010 | 1111010 | 101011 | 101110 | 0 | 110100 | 11110100 | 11110 | 100101 |
Color Harmonies of #46427A
Complementary color
Monochromatic Colors of #46427A
Black with #46427A
Text Example
Text Example
White with #46427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46427A; }
p { color: rgb(70,66,122); }
H1.HeaderClassName
{
color: #46427A;
}
.AnyTagClassName
{
color: #46427A;
}
</style>
background-color css
<style>
a { background-color: #46427A; }
a { background-color: rgb(70,66,122); }
div.DivClassName
{
background-color: #46427A;
}
.BgClassName
{
background-color: #46427A;
}
</style>
border-color css
<style>
span { border-color: #46427A; }
span { border-color: rgb(70,66,122); }
td.TdClassName
{
border-color: #46427A;
}
.TagClassName
{
border-color: #46427A;
}
</style>