Shades of Corn Flower Blue #454165
Tints of Corn Flower Blue #454165
RGB
CMYK
RGB Variations
Color information
#454165 (or 0x454165) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 65. RGB value is (69,65,101). Sum of RGB (Red+Green+Blue) = 69+65+101=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #454165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454165 is #BABE9A. Grayscale: #464646. Windows color (decimal): -12238491 or 6635845. OLE color: 6635845.
HSL color Cylindrical-coordinate representation of color #454165: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454165 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 65 | 101 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.60 |
| HSL | 246.67º | 0.22% | 0.33% | - |
| HSV(B) | 246.67º | 0.36% | 0.4% | - |
| XYZ | 6.69 | 5.99 | 13.11 | - |
| YUV | 70.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 101 | 0.32 | 0.36 | 0 | 0.60 | 246.67 | 0.22 | 0.33 |
| Hex | 45 | 41 | 65 | 20 | 24 | 0 | 3C | F7 | 16 | 21 |
| Octal | 105 | 101 | 145 | 40 | 44 | 0 | 74 | 367 | 26 | 41 |
| Binary | 1000101 | 1000001 | 1100101 | 100000 | 100100 | 0 | 111100 | 11110111 | 10110 | 100001 |
Color Harmonies of #454165
Complementary color
Monochromatic Colors of #454165
Black with #454165
Text Example
Text Example
White with #454165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454165; }
p { color: rgb(69,65,101); }
H1.HeaderClassName
{
color: #454165;
}
.AnyTagClassName
{
color: #454165;
}
</style>
background-color css
<style>
a { background-color: #454165; }
a { background-color: rgb(69,65,101); }
div.DivClassName
{
background-color: #454165;
}
.BgClassName
{
background-color: #454165;
}
</style>
border-color css
<style>
span { border-color: #454165; }
span { border-color: rgb(69,65,101); }
td.TdClassName
{
border-color: #454165;
}
.TagClassName
{
border-color: #454165;
}
</style>