Shades of Cornflower Blue #4B8ADE
Tints of Cornflower Blue #4B8ADE
RGB
CMYK
RGB Variations
Color information
#4B8ADE (or 0x4B8ADE) is known color: Cornflower Blue. HEX triplet: 4B, 8A and DE. RGB value is (75,138,222). Sum of RGB (Red+Green+Blue) = 75+138+222=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B8ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ADE is #B47521. Grayscale: #808080. Windows color (decimal): -11826466 or 14584395. OLE color: 14584395.
HSL color Cylindrical-coordinate representation of color #4B8ADE: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8ADE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 138 | 222 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.13 |
| HSL | 214.29º | 0.69% | 0.58% | - |
| HSV(B) | 214.29º | 0.66% | 0.87% | - |
| XYZ | 25.17 | 24.95 | 72.6 | - |
| YUV | 128.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 138 | 222 | 0.66 | 0.38 | 0 | 0.13 | 214.29 | 0.69 | 0.58 |
| Hex | 4B | 8A | DE | 42 | 26 | 0 | D | D6 | 45 | 3A |
| Octal | 113 | 212 | 336 | 102 | 46 | 0 | 15 | 326 | 105 | 72 |
| Binary | 1001011 | 10001010 | 11011110 | 1000010 | 100110 | 0 | 1101 | 11010110 | 1000101 | 111010 |
Color Harmonies of #4B8ADE
Complementary color
Monochromatic Colors of #4B8ADE
Black with #4B8ADE
Text Example
Text Example
White with #4B8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8ADE; }
p { color: rgb(75,138,222); }
H1.HeaderClassName
{
color: #4B8ADE;
}
.AnyTagClassName
{
color: #4B8ADE;
}
</style>
background-color css
<style>
a { background-color: #4B8ADE; }
a { background-color: rgb(75,138,222); }
div.DivClassName
{
background-color: #4B8ADE;
}
.BgClassName
{
background-color: #4B8ADE;
}
</style>
border-color css
<style>
span { border-color: #4B8ADE; }
span { border-color: rgb(75,138,222); }
td.TdClassName
{
border-color: #4B8ADE;
}
.TagClassName
{
border-color: #4B8ADE;
}
</style>