Shades of Corn Flower Blue #464077
Tints of Corn Flower Blue #464077
RGB
CMYK
RGB Variations
Color information
#464077 (or 0x464077) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 77. RGB value is (70,64,119). Sum of RGB (Red+Green+Blue) = 70+64+119=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #464077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464077 is #B9BF88. Grayscale: #474747. Windows color (decimal): -12173193 or 7815238. OLE color: 7815238.
HSL color Cylindrical-coordinate representation of color #464077: hue angle of 246.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464077 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 64 | 119 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.53 |
| HSL | 246.55º | 0.3% | 0.36% | - |
| HSV(B) | 246.55º | 0.46% | 0.47% | - |
| XYZ | 7.69 | 6.3 | 18.26 | - |
| YUV | 72.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 119 | 0.41 | 0.46 | 0 | 0.53 | 246.55 | 0.3 | 0.36 |
| Hex | 46 | 40 | 77 | 29 | 2E | 0 | 35 | F7 | 1E | 24 |
| Octal | 106 | 100 | 167 | 51 | 56 | 0 | 65 | 367 | 36 | 44 |
| Binary | 1000110 | 1000000 | 1110111 | 101001 | 101110 | 0 | 110101 | 11110111 | 11110 | 100100 |
Color Harmonies of #464077
Complementary color
Monochromatic Colors of #464077
Black with #464077
Text Example
Text Example
White with #464077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464077; }
p { color: rgb(70,64,119); }
H1.HeaderClassName
{
color: #464077;
}
.AnyTagClassName
{
color: #464077;
}
</style>
background-color css
<style>
a { background-color: #464077; }
a { background-color: rgb(70,64,119); }
div.DivClassName
{
background-color: #464077;
}
.BgClassName
{
background-color: #464077;
}
</style>
border-color css
<style>
span { border-color: #464077; }
span { border-color: rgb(70,64,119); }
td.TdClassName
{
border-color: #464077;
}
.TagClassName
{
border-color: #464077;
}
</style>