Shades of Corn Flower Blue #484468
Tints of Corn Flower Blue #484468
RGB
CMYK
RGB Variations
Color information
#484468 (or 0x484468) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 68. RGB value is (72,68,104). Sum of RGB (Red+Green+Blue) = 72+68+104=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #484468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484468 is #B7BB97. Grayscale: #494949. Windows color (decimal): -12041112 or 6833224. OLE color: 6833224.
HSL color Cylindrical-coordinate representation of color #484468: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484468 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 68 | 104 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.59 |
| HSL | 246.67º | 0.21% | 0.34% | - |
| HSV(B) | 246.67º | 0.35% | 0.41% | - |
| XYZ | 7.24 | 6.51 | 13.97 | - |
| YUV | 73.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 104 | 0.31 | 0.35 | 0 | 0.59 | 246.67 | 0.21 | 0.34 |
| Hex | 48 | 44 | 68 | 1F | 23 | 0 | 3B | F7 | 15 | 22 |
| Octal | 110 | 104 | 150 | 37 | 43 | 0 | 73 | 367 | 25 | 42 |
| Binary | 1001000 | 1000100 | 1101000 | 11111 | 100011 | 0 | 111011 | 11110111 | 10101 | 100010 |
Color Harmonies of #484468
Complementary color
Monochromatic Colors of #484468
Black with #484468
Text Example
Text Example
White with #484468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484468; }
p { color: rgb(72,68,104); }
H1.HeaderClassName
{
color: #484468;
}
.AnyTagClassName
{
color: #484468;
}
</style>
background-color css
<style>
a { background-color: #484468; }
a { background-color: rgb(72,68,104); }
div.DivClassName
{
background-color: #484468;
}
.BgClassName
{
background-color: #484468;
}
</style>
border-color css
<style>
span { border-color: #484468; }
span { border-color: rgb(72,68,104); }
td.TdClassName
{
border-color: #484468;
}
.TagClassName
{
border-color: #484468;
}
</style>