Shades of Corn Flower Blue #423B76
Tints of Corn Flower Blue #423B76
RGB
CMYK
RGB Variations
Color information
#423B76 (or 0x423B76) is known color: Corn Flower Blue. HEX triplet: 42, 3B and 76. RGB value is (66,59,118). Sum of RGB (Red+Green+Blue) = 66+59+118=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #423B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B76 is #BDC489. Grayscale: #434343. Windows color (decimal): -12436618 or 7748418. OLE color: 7748418.
HSL color Cylindrical-coordinate representation of color #423B76: hue angle of 247.12º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423B76 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 59 | 118 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.54 |
| HSL | 247.12º | 0.33% | 0.35% | - |
| HSV(B) | 247.12º | 0.5% | 0.46% | - |
| XYZ | 7.08 | 5.59 | 17.85 | - |
| YUV | 67.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 118 | 0.44 | 0.50 | 0 | 0.54 | 247.12 | 0.33 | 0.35 |
| Hex | 42 | 3B | 76 | 2C | 32 | 0 | 36 | F7 | 21 | 23 |
| Octal | 102 | 73 | 166 | 54 | 62 | 0 | 66 | 367 | 41 | 43 |
| Binary | 1000010 | 111011 | 1110110 | 101100 | 110010 | 0 | 110110 | 11110111 | 100001 | 100011 |
Color Harmonies of #423B76
Complementary color
Monochromatic Colors of #423B76
Black with #423B76
Text Example
Text Example
White with #423B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B76; }
p { color: rgb(66,59,118); }
H1.HeaderClassName
{
color: #423B76;
}
.AnyTagClassName
{
color: #423B76;
}
</style>
background-color css
<style>
a { background-color: #423B76; }
a { background-color: rgb(66,59,118); }
div.DivClassName
{
background-color: #423B76;
}
.BgClassName
{
background-color: #423B76;
}
</style>
border-color css
<style>
span { border-color: #423B76; }
span { border-color: rgb(66,59,118); }
td.TdClassName
{
border-color: #423B76;
}
.TagClassName
{
border-color: #423B76;
}
</style>