Shades of Corn Flower Blue #464167
Tints of Corn Flower Blue #464167
RGB
CMYK
RGB Variations
Color information
#464167 (or 0x464167) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 67. RGB value is (70,65,103). Sum of RGB (Red+Green+Blue) = 70+65+103=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #464167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464167 is #B9BE98. Grayscale: #464646. Windows color (decimal): -12172953 or 6766918. OLE color: 6766918.
HSL color Cylindrical-coordinate representation of color #464167: hue angle of 247.89º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #464167 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 65 | 103 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.60 |
| HSL | 247.89º | 0.23% | 0.33% | - |
| HSV(B) | 247.89º | 0.37% | 0.4% | - |
| XYZ | 6.86 | 6.06 | 13.64 | - |
| YUV | 70.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 103 | 0.32 | 0.37 | 0 | 0.60 | 247.89 | 0.23 | 0.33 |
| Hex | 46 | 41 | 67 | 20 | 25 | 0 | 3C | F8 | 17 | 21 |
| Octal | 106 | 101 | 147 | 40 | 45 | 0 | 74 | 370 | 27 | 41 |
| Binary | 1000110 | 1000001 | 1100111 | 100000 | 100101 | 0 | 111100 | 11111000 | 10111 | 100001 |
Color Harmonies of #464167
Complementary color
Monochromatic Colors of #464167
Black with #464167
Text Example
Text Example
White with #464167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464167; }
p { color: rgb(70,65,103); }
H1.HeaderClassName
{
color: #464167;
}
.AnyTagClassName
{
color: #464167;
}
</style>
background-color css
<style>
a { background-color: #464167; }
a { background-color: rgb(70,65,103); }
div.DivClassName
{
background-color: #464167;
}
.BgClassName
{
background-color: #464167;
}
</style>
border-color css
<style>
span { border-color: #464167; }
span { border-color: rgb(70,65,103); }
td.TdClassName
{
border-color: #464167;
}
.TagClassName
{
border-color: #464167;
}
</style>