Shades of Corn Flower Blue #464273
Tints of Corn Flower Blue #464273
RGB
CMYK
RGB Variations
Color information
#464273 (or 0x464273) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 73. RGB value is (70,66,115). Sum of RGB (Red+Green+Blue) = 70+66+115=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #464273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464273 is #B9BD8C. Grayscale: #484848. Windows color (decimal): -12172685 or 7553606. OLE color: 7553606.
HSL color Cylindrical-coordinate representation of color #464273: hue angle of 244.9º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464273 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 66 | 115 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.55 |
| HSL | 244.9º | 0.27% | 0.35% | - |
| HSV(B) | 244.9º | 0.43% | 0.45% | - |
| XYZ | 7.57 | 6.44 | 17.06 | - |
| YUV | 72.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 115 | 0.39 | 0.43 | 0 | 0.55 | 244.9 | 0.27 | 0.35 |
| Hex | 46 | 42 | 73 | 27 | 2B | 0 | 37 | F5 | 1B | 23 |
| Octal | 106 | 102 | 163 | 47 | 53 | 0 | 67 | 365 | 33 | 43 |
| Binary | 1000110 | 1000010 | 1110011 | 100111 | 101011 | 0 | 110111 | 11110101 | 11011 | 100011 |
Color Harmonies of #464273
Complementary color
Monochromatic Colors of #464273
Black with #464273
Text Example
Text Example
White with #464273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464273; }
p { color: rgb(70,66,115); }
H1.HeaderClassName
{
color: #464273;
}
.AnyTagClassName
{
color: #464273;
}
</style>
background-color css
<style>
a { background-color: #464273; }
a { background-color: rgb(70,66,115); }
div.DivClassName
{
background-color: #464273;
}
.BgClassName
{
background-color: #464273;
}
</style>
border-color css
<style>
span { border-color: #464273; }
span { border-color: rgb(70,66,115); }
td.TdClassName
{
border-color: #464273;
}
.TagClassName
{
border-color: #464273;
}
</style>