Shades of Corn Flower Blue #45436B
Tints of Corn Flower Blue #45436B
RGB
CMYK
RGB Variations
Color information
#45436B (or 0x45436B) is known color: Corn Flower Blue. HEX triplet: 45, 43 and 6B. RGB value is (69,67,107). Sum of RGB (Red+Green+Blue) = 69+67+107=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #45436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45436B is #BABC94. Grayscale: #484848. Windows color (decimal): -12237973 or 7029573. OLE color: 7029573.
HSL color Cylindrical-coordinate representation of color #45436B: hue angle of 243º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45436B is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 67 | 107 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.58 |
| HSL | 243º | 0.23% | 0.34% | - |
| HSV(B) | 243º | 0.37% | 0.42% | - |
| XYZ | 7.12 | 6.34 | 14.76 | - |
| YUV | 72.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 107 | 0.36 | 0.37 | 0 | 0.58 | 243 | 0.23 | 0.34 |
| Hex | 45 | 43 | 6B | 24 | 25 | 0 | 3A | F3 | 17 | 22 |
| Octal | 105 | 103 | 153 | 44 | 45 | 0 | 72 | 363 | 27 | 42 |
| Binary | 1000101 | 1000011 | 1101011 | 100100 | 100101 | 0 | 111010 | 11110011 | 10111 | 100010 |
Color Harmonies of #45436B
Complementary color
Monochromatic Colors of #45436B
Black with #45436B
Text Example
Text Example
White with #45436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45436B; }
p { color: rgb(69,67,107); }
H1.HeaderClassName
{
color: #45436B;
}
.AnyTagClassName
{
color: #45436B;
}
</style>
background-color css
<style>
a { background-color: #45436B; }
a { background-color: rgb(69,67,107); }
div.DivClassName
{
background-color: #45436B;
}
.BgClassName
{
background-color: #45436B;
}
</style>
border-color css
<style>
span { border-color: #45436B; }
span { border-color: rgb(69,67,107); }
td.TdClassName
{
border-color: #45436B;
}
.TagClassName
{
border-color: #45436B;
}
</style>