Shades of Corn Flower Blue #434874
Tints of Corn Flower Blue #434874
RGB
CMYK
RGB Variations
Color information
#434874 (or 0x434874) is known color: Corn Flower Blue. HEX triplet: 43, 48 and 74. RGB value is (67,72,116). Sum of RGB (Red+Green+Blue) = 67+72+116=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #434874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434874 is #BCB78B. Grayscale: #4B4B4B. Windows color (decimal): -12367756 or 7620675. OLE color: 7620675.
HSL color Cylindrical-coordinate representation of color #434874: hue angle of 233.88º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434874 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 72 | 116 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.55 |
| HSL | 233.88º | 0.27% | 0.36% | - |
| HSV(B) | 233.88º | 0.42% | 0.45% | - |
| XYZ | 7.78 | 7.09 | 17.48 | - |
| YUV | 75.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 116 | 0.42 | 0.38 | 0 | 0.55 | 233.88 | 0.27 | 0.36 |
| Hex | 43 | 48 | 74 | 2A | 26 | 0 | 37 | EA | 1B | 24 |
| Octal | 103 | 110 | 164 | 52 | 46 | 0 | 67 | 352 | 33 | 44 |
| Binary | 1000011 | 1001000 | 1110100 | 101010 | 100110 | 0 | 110111 | 11101010 | 11011 | 100100 |
Color Harmonies of #434874
Complementary color
Monochromatic Colors of #434874
Black with #434874
Text Example
Text Example
White with #434874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434874; }
p { color: rgb(67,72,116); }
H1.HeaderClassName
{
color: #434874;
}
.AnyTagClassName
{
color: #434874;
}
</style>
background-color css
<style>
a { background-color: #434874; }
a { background-color: rgb(67,72,116); }
div.DivClassName
{
background-color: #434874;
}
.BgClassName
{
background-color: #434874;
}
</style>
border-color css
<style>
span { border-color: #434874; }
span { border-color: rgb(67,72,116); }
td.TdClassName
{
border-color: #434874;
}
.TagClassName
{
border-color: #434874;
}
</style>