Shades of Corn Flower Blue #484474
Tints of Corn Flower Blue #484474
RGB
CMYK
RGB Variations
Color information
#484474 (or 0x484474) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 74. RGB value is (72,68,116). Sum of RGB (Red+Green+Blue) = 72+68+116=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #484474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484474 is #B7BB8B. Grayscale: #4A4A4A. Windows color (decimal): -12041100 or 7619656. OLE color: 7619656.
HSL color Cylindrical-coordinate representation of color #484474: hue angle of 245º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484474 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 68 | 116 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.55 |
| HSL | 245º | 0.26% | 0.36% | - |
| HSV(B) | 245º | 0.41% | 0.45% | - |
| XYZ | 7.89 | 6.77 | 17.41 | - |
| YUV | 74.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 116 | 0.38 | 0.41 | 0 | 0.55 | 245 | 0.26 | 0.36 |
| Hex | 48 | 44 | 74 | 26 | 29 | 0 | 37 | F5 | 1A | 24 |
| Octal | 110 | 104 | 164 | 46 | 51 | 0 | 67 | 365 | 32 | 44 |
| Binary | 1001000 | 1000100 | 1110100 | 100110 | 101001 | 0 | 110111 | 11110101 | 11010 | 100100 |
Color Harmonies of #484474
Complementary color
Monochromatic Colors of #484474
Black with #484474
Text Example
Text Example
White with #484474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484474; }
p { color: rgb(72,68,116); }
H1.HeaderClassName
{
color: #484474;
}
.AnyTagClassName
{
color: #484474;
}
</style>
background-color css
<style>
a { background-color: #484474; }
a { background-color: rgb(72,68,116); }
div.DivClassName
{
background-color: #484474;
}
.BgClassName
{
background-color: #484474;
}
</style>
border-color css
<style>
span { border-color: #484474; }
span { border-color: rgb(72,68,116); }
td.TdClassName
{
border-color: #484474;
}
.TagClassName
{
border-color: #484474;
}
</style>