Shades of Corn Flower Blue #434771
Tints of Corn Flower Blue #434771
RGB
CMYK
RGB Variations
Color information
#434771 (or 0x434771) is known color: Corn Flower Blue. HEX triplet: 43, 47 and 71. RGB value is (67,71,113). Sum of RGB (Red+Green+Blue) = 67+71+113=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #434771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434771 is #BCB88E. Grayscale: #4A4A4A. Windows color (decimal): -12368015 or 7423811. OLE color: 7423811.
HSL color Cylindrical-coordinate representation of color #434771: hue angle of 234.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434771 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 71 | 113 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.56 |
| HSL | 234.78º | 0.26% | 0.35% | - |
| HSV(B) | 234.78º | 0.41% | 0.44% | - |
| XYZ | 7.55 | 6.89 | 16.56 | - |
| YUV | 74.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 113 | 0.41 | 0.37 | 0 | 0.56 | 234.78 | 0.26 | 0.35 |
| Hex | 43 | 47 | 71 | 29 | 25 | 0 | 38 | EB | 1A | 23 |
| Octal | 103 | 107 | 161 | 51 | 45 | 0 | 70 | 353 | 32 | 43 |
| Binary | 1000011 | 1000111 | 1110001 | 101001 | 100101 | 0 | 111000 | 11101011 | 11010 | 100011 |
Color Harmonies of #434771
Complementary color
Monochromatic Colors of #434771
Black with #434771
Text Example
Text Example
White with #434771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434771; }
p { color: rgb(67,71,113); }
H1.HeaderClassName
{
color: #434771;
}
.AnyTagClassName
{
color: #434771;
}
</style>
background-color css
<style>
a { background-color: #434771; }
a { background-color: rgb(67,71,113); }
div.DivClassName
{
background-color: #434771;
}
.BgClassName
{
background-color: #434771;
}
</style>
border-color css
<style>
span { border-color: #434771; }
span { border-color: rgb(67,71,113); }
td.TdClassName
{
border-color: #434771;
}
.TagClassName
{
border-color: #434771;
}
</style>