Shades of Corn Flower Blue #464768
Tints of Corn Flower Blue #464768
RGB
CMYK
RGB Variations
Color information
#464768 (or 0x464768) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 68. RGB value is (70,71,104). Sum of RGB (Red+Green+Blue) = 70+71+104=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #464768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464768 is #B9B897. Grayscale: #4A4A4A. Windows color (decimal): -12171416 or 6833990. OLE color: 6833990.
HSL color Cylindrical-coordinate representation of color #464768: hue angle of 238.24º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464768 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 71 | 104 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.59 |
| HSL | 238.24º | 0.2% | 0.34% | - |
| HSV(B) | 238.24º | 0.33% | 0.41% | - |
| XYZ | 7.28 | 6.81 | 14.03 | - |
| YUV | 74.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 104 | 0.33 | 0.32 | 0 | 0.59 | 238.24 | 0.2 | 0.34 |
| Hex | 46 | 47 | 68 | 21 | 20 | 0 | 3B | EE | 14 | 22 |
| Octal | 106 | 107 | 150 | 41 | 40 | 0 | 73 | 356 | 24 | 42 |
| Binary | 1000110 | 1000111 | 1101000 | 100001 | 100000 | 0 | 111011 | 11101110 | 10100 | 100010 |
Color Harmonies of #464768
Complementary color
Monochromatic Colors of #464768
Black with #464768
Text Example
Text Example
White with #464768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464768; }
p { color: rgb(70,71,104); }
H1.HeaderClassName
{
color: #464768;
}
.AnyTagClassName
{
color: #464768;
}
</style>
background-color css
<style>
a { background-color: #464768; }
a { background-color: rgb(70,71,104); }
div.DivClassName
{
background-color: #464768;
}
.BgClassName
{
background-color: #464768;
}
</style>
border-color css
<style>
span { border-color: #464768; }
span { border-color: rgb(70,71,104); }
td.TdClassName
{
border-color: #464768;
}
.TagClassName
{
border-color: #464768;
}
</style>