Shades of Curious Blue #4890BA
Tints of Curious Blue #4890BA
RGB
CMYK
RGB Variations
Color information
#4890BA (or 0x4890BA) is known color: Curious Blue. HEX triplet: 48, 90 and BA. RGB value is (72,144,186). Sum of RGB (Red+Green+Blue) = 72+144+186=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #4890BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890BA is #B76F45. Grayscale: #7F7F7F. Windows color (decimal): -12021574 or 12226632. OLE color: 12226632.
HSL color Cylindrical-coordinate representation of color #4890BA: hue angle of 202.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4890BA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 144 | 186 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.27 |
| HSL | 202.11º | 0.45% | 0.51% | - |
| HSV(B) | 202.11º | 0.61% | 0.73% | - |
| XYZ | 21.51 | 24.87 | 50.12 | - |
| YUV | 127.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 186 | 0.61 | 0.23 | 0 | 0.27 | 202.11 | 0.45 | 0.51 |
| Hex | 48 | 90 | BA | 3D | 17 | 0 | 1B | CA | 2D | 33 |
| Octal | 110 | 220 | 272 | 75 | 27 | 0 | 33 | 312 | 55 | 63 |
| Binary | 1001000 | 10010000 | 10111010 | 111101 | 10111 | 0 | 11011 | 11001010 | 101101 | 110011 |
Color Harmonies of #4890BA
Complementary color
Monochromatic Colors of #4890BA
Black with #4890BA
Text Example
Text Example
White with #4890BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890BA; }
p { color: rgb(72,144,186); }
H1.HeaderClassName
{
color: #4890BA;
}
.AnyTagClassName
{
color: #4890BA;
}
</style>
background-color css
<style>
a { background-color: #4890BA; }
a { background-color: rgb(72,144,186); }
div.DivClassName
{
background-color: #4890BA;
}
.BgClassName
{
background-color: #4890BA;
}
</style>
border-color css
<style>
span { border-color: #4890BA; }
span { border-color: rgb(72,144,186); }
td.TdClassName
{
border-color: #4890BA;
}
.TagClassName
{
border-color: #4890BA;
}
</style>