Shades of Corn Flower Blue #48436D
Tints of Corn Flower Blue #48436D
RGB
CMYK
RGB Variations
Color information
#48436D (or 0x48436D) is known color: Corn Flower Blue. HEX triplet: 48, 43 and 6D. RGB value is (72,67,109). Sum of RGB (Red+Green+Blue) = 72+67+109=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #48436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48436D is #B7BC92. Grayscale: #494949. Windows color (decimal): -12041363 or 7160648. OLE color: 7160648.
HSL color Cylindrical-coordinate representation of color #48436D: hue angle of 247.14º 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 #48436D is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 67 | 109 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.57 |
| HSL | 247.14º | 0.24% | 0.35% | - |
| HSV(B) | 247.14º | 0.39% | 0.43% | - |
| XYZ | 7.44 | 6.5 | 15.33 | - |
| YUV | 73.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 109 | 0.34 | 0.39 | 0 | 0.57 | 247.14 | 0.24 | 0.35 |
| Hex | 48 | 43 | 6D | 22 | 27 | 0 | 39 | F7 | 18 | 23 |
| Octal | 110 | 103 | 155 | 42 | 47 | 0 | 71 | 367 | 30 | 43 |
| Binary | 1001000 | 1000011 | 1101101 | 100010 | 100111 | 0 | 111001 | 11110111 | 11000 | 100011 |
Color Harmonies of #48436D
Complementary color
Monochromatic Colors of #48436D
Black with #48436D
Text Example
Text Example
White with #48436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48436D; }
p { color: rgb(72,67,109); }
H1.HeaderClassName
{
color: #48436D;
}
.AnyTagClassName
{
color: #48436D;
}
</style>
background-color css
<style>
a { background-color: #48436D; }
a { background-color: rgb(72,67,109); }
div.DivClassName
{
background-color: #48436D;
}
.BgClassName
{
background-color: #48436D;
}
</style>
border-color css
<style>
span { border-color: #48436D; }
span { border-color: rgb(72,67,109); }
td.TdClassName
{
border-color: #48436D;
}
.TagClassName
{
border-color: #48436D;
}
</style>