Shades of Corn Flower Blue #434770
Tints of Corn Flower Blue #434770
RGB
CMYK
RGB Variations
Color information
#434770 (or 0x434770) is known color: Corn Flower Blue. HEX triplet: 43, 47 and 70. RGB value is (67,71,112). Sum of RGB (Red+Green+Blue) = 67+71+112=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #434770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434770 is #BCB88F. Grayscale: #4A4A4A. Windows color (decimal): -12368016 or 7358275. OLE color: 7358275.
HSL color Cylindrical-coordinate representation of color #434770: hue angle of 234.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434770 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 71 | 112 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.56 |
| HSL | 234.67º | 0.25% | 0.35% | - |
| HSV(B) | 234.67º | 0.4% | 0.44% | - |
| XYZ | 7.49 | 6.87 | 16.26 | - |
| YUV | 74.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 112 | 0.40 | 0.37 | 0 | 0.56 | 234.67 | 0.25 | 0.35 |
| Hex | 43 | 47 | 70 | 28 | 25 | 0 | 38 | EB | 19 | 23 |
| Octal | 103 | 107 | 160 | 50 | 45 | 0 | 70 | 353 | 31 | 43 |
| Binary | 1000011 | 1000111 | 1110000 | 101000 | 100101 | 0 | 111000 | 11101011 | 11001 | 100011 |
Color Harmonies of #434770
Complementary color
Monochromatic Colors of #434770
Black with #434770
Text Example
Text Example
White with #434770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434770; }
p { color: rgb(67,71,112); }
H1.HeaderClassName
{
color: #434770;
}
.AnyTagClassName
{
color: #434770;
}
</style>
background-color css
<style>
a { background-color: #434770; }
a { background-color: rgb(67,71,112); }
div.DivClassName
{
background-color: #434770;
}
.BgClassName
{
background-color: #434770;
}
</style>
border-color css
<style>
span { border-color: #434770; }
span { border-color: rgb(67,71,112); }
td.TdClassName
{
border-color: #434770;
}
.TagClassName
{
border-color: #434770;
}
</style>