Shades of Corn Flower Blue #43476C
Tints of Corn Flower Blue #43476C
RGB
CMYK
RGB Variations
Color information
#43476C (or 0x43476C) is known color: Corn Flower Blue. HEX triplet: 43, 47 and 6C. RGB value is (67,71,108). Sum of RGB (Red+Green+Blue) = 67+71+108=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #43476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43476C is #BCB893. Grayscale: #494949. Windows color (decimal): -12368020 or 7096131. OLE color: 7096131.
HSL color Cylindrical-coordinate representation of color #43476C: hue angle of 234.15º 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 #43476C is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 71 | 108 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.58 |
| HSL | 234.15º | 0.23% | 0.34% | - |
| HSV(B) | 234.15º | 0.38% | 0.42% | - |
| XYZ | 7.27 | 6.78 | 15.11 | - |
| YUV | 74.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 108 | 0.38 | 0.34 | 0 | 0.58 | 234.15 | 0.23 | 0.34 |
| Hex | 43 | 47 | 6C | 26 | 22 | 0 | 3A | EA | 17 | 22 |
| Octal | 103 | 107 | 154 | 46 | 42 | 0 | 72 | 352 | 27 | 42 |
| Binary | 1000011 | 1000111 | 1101100 | 100110 | 100010 | 0 | 111010 | 11101010 | 10111 | 100010 |
Color Harmonies of #43476C
Complementary color
Monochromatic Colors of #43476C
Black with #43476C
Text Example
Text Example
White with #43476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43476C; }
p { color: rgb(67,71,108); }
H1.HeaderClassName
{
color: #43476C;
}
.AnyTagClassName
{
color: #43476C;
}
</style>
background-color css
<style>
a { background-color: #43476C; }
a { background-color: rgb(67,71,108); }
div.DivClassName
{
background-color: #43476C;
}
.BgClassName
{
background-color: #43476C;
}
</style>
border-color css
<style>
span { border-color: #43476C; }
span { border-color: rgb(67,71,108); }
td.TdClassName
{
border-color: #43476C;
}
.TagClassName
{
border-color: #43476C;
}
</style>