Shades of Corn Flower Blue #464176
Tints of Corn Flower Blue #464176
RGB
CMYK
RGB Variations
Color information
#464176 (or 0x464176) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 76. RGB value is (70,65,118). Sum of RGB (Red+Green+Blue) = 70+65+118=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #464176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464176 is #B9BE89. Grayscale: #484848. Windows color (decimal): -12172938 or 7749958. OLE color: 7749958.
HSL color Cylindrical-coordinate representation of color #464176: hue angle of 245.66º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464176 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 65 | 118 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.54 |
| HSL | 245.66º | 0.29% | 0.36% | - |
| HSV(B) | 245.66º | 0.45% | 0.46% | - |
| XYZ | 7.69 | 6.39 | 17.97 | - |
| YUV | 72.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 118 | 0.41 | 0.45 | 0 | 0.54 | 245.66 | 0.29 | 0.36 |
| Hex | 46 | 41 | 76 | 29 | 2D | 0 | 36 | F6 | 1D | 24 |
| Octal | 106 | 101 | 166 | 51 | 55 | 0 | 66 | 366 | 35 | 44 |
| Binary | 1000110 | 1000001 | 1110110 | 101001 | 101101 | 0 | 110110 | 11110110 | 11101 | 100100 |
Color Harmonies of #464176
Complementary color
Monochromatic Colors of #464176
Black with #464176
Text Example
Text Example
White with #464176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464176; }
p { color: rgb(70,65,118); }
H1.HeaderClassName
{
color: #464176;
}
.AnyTagClassName
{
color: #464176;
}
</style>
background-color css
<style>
a { background-color: #464176; }
a { background-color: rgb(70,65,118); }
div.DivClassName
{
background-color: #464176;
}
.BgClassName
{
background-color: #464176;
}
</style>
border-color css
<style>
span { border-color: #464176; }
span { border-color: rgb(70,65,118); }
td.TdClassName
{
border-color: #464176;
}
.TagClassName
{
border-color: #464176;
}
</style>