Shades of Curious Blue #4990BF
Tints of Curious Blue #4990BF
RGB
CMYK
RGB Variations
Color information
#4990BF (or 0x4990BF) is known color: Curious Blue. HEX triplet: 49, 90 and BF. RGB value is (73,144,191). Sum of RGB (Red+Green+Blue) = 73+144+191=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #4990BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990BF is #B66F40. Grayscale: #7F7F7F. Windows color (decimal): -11956033 or 12554313. OLE color: 12554313.
HSL color Cylindrical-coordinate representation of color #4990BF: hue angle of 203.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4990BF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 144 | 191 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.25 |
| HSL | 203.9º | 0.48% | 0.52% | - |
| HSV(B) | 203.9º | 0.62% | 0.75% | - |
| XYZ | 22.12 | 25.12 | 52.97 | - |
| YUV | 128.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 191 | 0.62 | 0.25 | 0 | 0.25 | 203.9 | 0.48 | 0.52 |
| Hex | 49 | 90 | BF | 3E | 19 | 0 | 19 | CC | 30 | 34 |
| Octal | 111 | 220 | 277 | 76 | 31 | 0 | 31 | 314 | 60 | 64 |
| Binary | 1001001 | 10010000 | 10111111 | 111110 | 11001 | 0 | 11001 | 11001100 | 110000 | 110100 |
Color Harmonies of #4990BF
Complementary color
Monochromatic Colors of #4990BF
Black with #4990BF
Text Example
Text Example
White with #4990BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990BF; }
p { color: rgb(73,144,191); }
H1.HeaderClassName
{
color: #4990BF;
}
.AnyTagClassName
{
color: #4990BF;
}
</style>
background-color css
<style>
a { background-color: #4990BF; }
a { background-color: rgb(73,144,191); }
div.DivClassName
{
background-color: #4990BF;
}
.BgClassName
{
background-color: #4990BF;
}
</style>
border-color css
<style>
span { border-color: #4990BF; }
span { border-color: rgb(73,144,191); }
td.TdClassName
{
border-color: #4990BF;
}
.TagClassName
{
border-color: #4990BF;
}
</style>