Shades of Corn Flower Blue #414672
Tints of Corn Flower Blue #414672
RGB
CMYK
RGB Variations
Color information
#414672 (or 0x414672) is known color: Corn Flower Blue. HEX triplet: 41, 46 and 72. RGB value is (65,70,114). Sum of RGB (Red+Green+Blue) = 65+70+114=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #414672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414672 is #BEB98D. Grayscale: #494949. Windows color (decimal): -12499342 or 7489089. OLE color: 7489089.
HSL color Cylindrical-coordinate representation of color #414672: hue angle of 233.88º 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 #414672 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 70 | 114 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.55 |
| HSL | 233.88º | 0.27% | 0.35% | - |
| HSV(B) | 233.88º | 0.43% | 0.45% | - |
| XYZ | 7.41 | 6.72 | 16.83 | - |
| YUV | 73.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 114 | 0.43 | 0.39 | 0 | 0.55 | 233.88 | 0.27 | 0.35 |
| Hex | 41 | 46 | 72 | 2B | 27 | 0 | 37 | EA | 1B | 23 |
| Octal | 101 | 106 | 162 | 53 | 47 | 0 | 67 | 352 | 33 | 43 |
| Binary | 1000001 | 1000110 | 1110010 | 101011 | 100111 | 0 | 110111 | 11101010 | 11011 | 100011 |
Color Harmonies of #414672
Complementary color
Monochromatic Colors of #414672
Black with #414672
Text Example
Text Example
White with #414672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414672; }
p { color: rgb(65,70,114); }
H1.HeaderClassName
{
color: #414672;
}
.AnyTagClassName
{
color: #414672;
}
</style>
background-color css
<style>
a { background-color: #414672; }
a { background-color: rgb(65,70,114); }
div.DivClassName
{
background-color: #414672;
}
.BgClassName
{
background-color: #414672;
}
</style>
border-color css
<style>
span { border-color: #414672; }
span { border-color: rgb(65,70,114); }
td.TdClassName
{
border-color: #414672;
}
.TagClassName
{
border-color: #414672;
}
</style>