Shades of Corn Flower Blue #45436C
Tints of Corn Flower Blue #45436C
RGB
CMYK
RGB Variations
Color information
#45436C (or 0x45436C) is known color: Corn Flower Blue. HEX triplet: 45, 43 and 6C. RGB value is (69,67,108). Sum of RGB (Red+Green+Blue) = 69+67+108=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #45436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45436C is #BABC93. Grayscale: #484848. Windows color (decimal): -12237972 or 7095109. OLE color: 7095109.
HSL color Cylindrical-coordinate representation of color #45436C: hue angle of 242.93º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45436C is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 67 | 108 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.58 |
| HSL | 242.93º | 0.23% | 0.34% | - |
| HSV(B) | 242.93º | 0.38% | 0.42% | - |
| XYZ | 7.17 | 6.36 | 15.04 | - |
| YUV | 72.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 108 | 0.36 | 0.38 | 0 | 0.58 | 242.93 | 0.23 | 0.34 |
| Hex | 45 | 43 | 6C | 24 | 26 | 0 | 3A | F3 | 17 | 22 |
| Octal | 105 | 103 | 154 | 44 | 46 | 0 | 72 | 363 | 27 | 42 |
| Binary | 1000101 | 1000011 | 1101100 | 100100 | 100110 | 0 | 111010 | 11110011 | 10111 | 100010 |
Color Harmonies of #45436C
Complementary color
Monochromatic Colors of #45436C
Black with #45436C
Text Example
Text Example
White with #45436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45436C; }
p { color: rgb(69,67,108); }
H1.HeaderClassName
{
color: #45436C;
}
.AnyTagClassName
{
color: #45436C;
}
</style>
background-color css
<style>
a { background-color: #45436C; }
a { background-color: rgb(69,67,108); }
div.DivClassName
{
background-color: #45436C;
}
.BgClassName
{
background-color: #45436C;
}
</style>
border-color css
<style>
span { border-color: #45436C; }
span { border-color: rgb(69,67,108); }
td.TdClassName
{
border-color: #45436C;
}
.TagClassName
{
border-color: #45436C;
}
</style>