Shades of Corn Flower Blue #43476E
Tints of Corn Flower Blue #43476E
RGB
CMYK
RGB Variations
Color information
#43476E (or 0x43476E) is known color: Corn Flower Blue. HEX triplet: 43, 47 and 6E. RGB value is (67,71,110). Sum of RGB (Red+Green+Blue) = 67+71+110=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #43476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43476E is #BCB891. Grayscale: #4A4A4A. Windows color (decimal): -12368018 or 7227203. OLE color: 7227203.
HSL color Cylindrical-coordinate representation of color #43476E: hue angle of 234.42º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43476E is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 71 | 110 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.57 |
| HSL | 234.42º | 0.24% | 0.35% | - |
| HSV(B) | 234.42º | 0.39% | 0.43% | - |
| XYZ | 7.38 | 6.83 | 15.68 | - |
| YUV | 74.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 110 | 0.39 | 0.35 | 0 | 0.57 | 234.42 | 0.24 | 0.35 |
| Hex | 43 | 47 | 6E | 27 | 23 | 0 | 39 | EA | 18 | 23 |
| Octal | 103 | 107 | 156 | 47 | 43 | 0 | 71 | 352 | 30 | 43 |
| Binary | 1000011 | 1000111 | 1101110 | 100111 | 100011 | 0 | 111001 | 11101010 | 11000 | 100011 |
Color Harmonies of #43476E
Complementary color
Monochromatic Colors of #43476E
Black with #43476E
Text Example
Text Example
White with #43476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43476E; }
p { color: rgb(67,71,110); }
H1.HeaderClassName
{
color: #43476E;
}
.AnyTagClassName
{
color: #43476E;
}
</style>
background-color css
<style>
a { background-color: #43476E; }
a { background-color: rgb(67,71,110); }
div.DivClassName
{
background-color: #43476E;
}
.BgClassName
{
background-color: #43476E;
}
</style>
border-color css
<style>
span { border-color: #43476E; }
span { border-color: rgb(67,71,110); }
td.TdClassName
{
border-color: #43476E;
}
.TagClassName
{
border-color: #43476E;
}
</style>