Shades of Corn Flower Blue #46436F
Tints of Corn Flower Blue #46436F
RGB
CMYK
RGB Variations
Color information
#46436F (or 0x46436F) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 6F. RGB value is (70,67,111). Sum of RGB (Red+Green+Blue) = 70+67+111=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #46436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46436F is #B9BC90. Grayscale: #484848. Windows color (decimal): -12172433 or 7291718. OLE color: 7291718.
HSL color Cylindrical-coordinate representation of color #46436F: hue angle of 244.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46436F is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 67 | 111 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.56 |
| HSL | 244.09º | 0.25% | 0.35% | - |
| HSV(B) | 244.09º | 0.4% | 0.44% | - |
| XYZ | 7.4 | 6.46 | 15.9 | - |
| YUV | 72.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 111 | 0.37 | 0.40 | 0 | 0.56 | 244.09 | 0.25 | 0.35 |
| Hex | 46 | 43 | 6F | 25 | 28 | 0 | 38 | F4 | 19 | 23 |
| Octal | 106 | 103 | 157 | 45 | 50 | 0 | 70 | 364 | 31 | 43 |
| Binary | 1000110 | 1000011 | 1101111 | 100101 | 101000 | 0 | 111000 | 11110100 | 11001 | 100011 |
Color Harmonies of #46436F
Complementary color
Monochromatic Colors of #46436F
Black with #46436F
Text Example
Text Example
White with #46436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46436F; }
p { color: rgb(70,67,111); }
H1.HeaderClassName
{
color: #46436F;
}
.AnyTagClassName
{
color: #46436F;
}
</style>
background-color css
<style>
a { background-color: #46436F; }
a { background-color: rgb(70,67,111); }
div.DivClassName
{
background-color: #46436F;
}
.BgClassName
{
background-color: #46436F;
}
</style>
border-color css
<style>
span { border-color: #46436F; }
span { border-color: rgb(70,67,111); }
td.TdClassName
{
border-color: #46436F;
}
.TagClassName
{
border-color: #46436F;
}
</style>