Shades of Corn Flower Blue #454167
Tints of Corn Flower Blue #454167
RGB
CMYK
RGB Variations
Color information
#454167 (or 0x454167) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 67. RGB value is (69,65,103). Sum of RGB (Red+Green+Blue) = 69+65+103=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #454167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454167 is #BABE98. Grayscale: #464646. Windows color (decimal): -12238489 or 6766917. OLE color: 6766917.
HSL color Cylindrical-coordinate representation of color #454167: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454167 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 65 | 103 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.60 |
| HSL | 246.32º | 0.23% | 0.33% | - |
| HSV(B) | 246.32º | 0.37% | 0.4% | - |
| XYZ | 6.79 | 6.03 | 13.64 | - |
| YUV | 70.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 103 | 0.33 | 0.37 | 0 | 0.60 | 246.32 | 0.23 | 0.33 |
| Hex | 45 | 41 | 67 | 21 | 25 | 0 | 3C | F6 | 17 | 21 |
| Octal | 105 | 101 | 147 | 41 | 45 | 0 | 74 | 366 | 27 | 41 |
| Binary | 1000101 | 1000001 | 1100111 | 100001 | 100101 | 0 | 111100 | 11110110 | 10111 | 100001 |
Color Harmonies of #454167
Complementary color
Monochromatic Colors of #454167
Black with #454167
Text Example
Text Example
White with #454167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454167; }
p { color: rgb(69,65,103); }
H1.HeaderClassName
{
color: #454167;
}
.AnyTagClassName
{
color: #454167;
}
</style>
background-color css
<style>
a { background-color: #454167; }
a { background-color: rgb(69,65,103); }
div.DivClassName
{
background-color: #454167;
}
.BgClassName
{
background-color: #454167;
}
</style>
border-color css
<style>
span { border-color: #454167; }
span { border-color: rgb(69,65,103); }
td.TdClassName
{
border-color: #454167;
}
.TagClassName
{
border-color: #454167;
}
</style>