Shades of Corn Flower Blue #41456F
Tints of Corn Flower Blue #41456F
RGB
CMYK
RGB Variations
Color information
#41456F (or 0x41456F) is known color: Corn Flower Blue. HEX triplet: 41, 45 and 6F. RGB value is (65,69,111). Sum of RGB (Red+Green+Blue) = 65+69+111=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #41456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41456F is #BEBA90. Grayscale: #484848. Windows color (decimal): -12499601 or 7292225. OLE color: 7292225.
HSL color Cylindrical-coordinate representation of color #41456F: hue angle of 234.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41456F is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 69 | 111 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.56 |
| HSL | 234.78º | 0.26% | 0.35% | - |
| HSV(B) | 234.78º | 0.41% | 0.44% | - |
| XYZ | 7.18 | 6.53 | 15.92 | - |
| YUV | 72.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 111 | 0.41 | 0.38 | 0 | 0.56 | 234.78 | 0.26 | 0.35 |
| Hex | 41 | 45 | 6F | 29 | 26 | 0 | 38 | EB | 1A | 23 |
| Octal | 101 | 105 | 157 | 51 | 46 | 0 | 70 | 353 | 32 | 43 |
| Binary | 1000001 | 1000101 | 1101111 | 101001 | 100110 | 0 | 111000 | 11101011 | 11010 | 100011 |
Color Harmonies of #41456F
Complementary color
Monochromatic Colors of #41456F
Black with #41456F
Text Example
Text Example
White with #41456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41456F; }
p { color: rgb(65,69,111); }
H1.HeaderClassName
{
color: #41456F;
}
.AnyTagClassName
{
color: #41456F;
}
</style>
background-color css
<style>
a { background-color: #41456F; }
a { background-color: rgb(65,69,111); }
div.DivClassName
{
background-color: #41456F;
}
.BgClassName
{
background-color: #41456F;
}
</style>
border-color css
<style>
span { border-color: #41456F; }
span { border-color: rgb(65,69,111); }
td.TdClassName
{
border-color: #41456F;
}
.TagClassName
{
border-color: #41456F;
}
</style>