Shades of Corn Flower Blue #454168
Tints of Corn Flower Blue #454168
RGB
CMYK
RGB Variations
Color information
#454168 (or 0x454168) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 68. RGB value is (69,65,104). Sum of RGB (Red+Green+Blue) = 69+65+104=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #454168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454168 is #BABE97. Grayscale: #464646. Windows color (decimal): -12238488 or 6832453. OLE color: 6832453.
HSL color Cylindrical-coordinate representation of color #454168: hue angle of 246.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454168 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 65 | 104 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.59 |
| HSL | 246.15º | 0.23% | 0.33% | - |
| HSV(B) | 246.15º | 0.38% | 0.41% | - |
| XYZ | 6.84 | 6.05 | 13.9 | - |
| YUV | 70.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 104 | 0.34 | 0.38 | 0 | 0.59 | 246.15 | 0.23 | 0.33 |
| Hex | 45 | 41 | 68 | 22 | 26 | 0 | 3B | F6 | 17 | 21 |
| Octal | 105 | 101 | 150 | 42 | 46 | 0 | 73 | 366 | 27 | 41 |
| Binary | 1000101 | 1000001 | 1101000 | 100010 | 100110 | 0 | 111011 | 11110110 | 10111 | 100001 |
Color Harmonies of #454168
Complementary color
Monochromatic Colors of #454168
Black with #454168
Text Example
Text Example
White with #454168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454168; }
p { color: rgb(69,65,104); }
H1.HeaderClassName
{
color: #454168;
}
.AnyTagClassName
{
color: #454168;
}
</style>
background-color css
<style>
a { background-color: #454168; }
a { background-color: rgb(69,65,104); }
div.DivClassName
{
background-color: #454168;
}
.BgClassName
{
background-color: #454168;
}
</style>
border-color css
<style>
span { border-color: #454168; }
span { border-color: rgb(69,65,104); }
td.TdClassName
{
border-color: #454168;
}
.TagClassName
{
border-color: #454168;
}
</style>