Shades of Corn Flower Blue #46456D
Tints of Corn Flower Blue #46456D
RGB
CMYK
RGB Variations
Color information
#46456D (or 0x46456D) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 6D. RGB value is (70,69,109). Sum of RGB (Red+Green+Blue) = 70+69+109=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #46456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46456D is #B9BA92. Grayscale: #494949. Windows color (decimal): -12171923 or 7161158. OLE color: 7161158.
HSL color Cylindrical-coordinate representation of color #46456D: hue angle of 241.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46456D is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 69 | 109 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.57 |
| HSL | 241.5º | 0.22% | 0.35% | - |
| HSV(B) | 241.5º | 0.37% | 0.43% | - |
| XYZ | 7.41 | 6.66 | 15.36 | - |
| YUV | 73.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 109 | 0.36 | 0.37 | 0 | 0.57 | 241.5 | 0.22 | 0.35 |
| Hex | 46 | 45 | 6D | 24 | 25 | 0 | 39 | F2 | 16 | 23 |
| Octal | 106 | 105 | 155 | 44 | 45 | 0 | 71 | 362 | 26 | 43 |
| Binary | 1000110 | 1000101 | 1101101 | 100100 | 100101 | 0 | 111001 | 11110010 | 10110 | 100011 |
Color Harmonies of #46456D
Complementary color
Monochromatic Colors of #46456D
Black with #46456D
Text Example
Text Example
White with #46456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46456D; }
p { color: rgb(70,69,109); }
H1.HeaderClassName
{
color: #46456D;
}
.AnyTagClassName
{
color: #46456D;
}
</style>
background-color css
<style>
a { background-color: #46456D; }
a { background-color: rgb(70,69,109); }
div.DivClassName
{
background-color: #46456D;
}
.BgClassName
{
background-color: #46456D;
}
</style>
border-color css
<style>
span { border-color: #46456D; }
span { border-color: rgb(70,69,109); }
td.TdClassName
{
border-color: #46456D;
}
.TagClassName
{
border-color: #46456D;
}
</style>