Shades of Curious Blue #4992BF
Tints of Curious Blue #4992BF
RGB
CMYK
RGB Variations
Color information
#4992BF (or 0x4992BF) is known color: Curious Blue. HEX triplet: 49, 92 and BF. RGB value is (73,146,191). Sum of RGB (Red+Green+Blue) = 73+146+191=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #4992BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992BF is #B66D40. Grayscale: #818181. Windows color (decimal): -11955521 or 12554825. OLE color: 12554825.
HSL color Cylindrical-coordinate representation of color #4992BF: hue angle of 202.88º 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 #4992BF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 146 | 191 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.25 |
| HSL | 202.88º | 0.48% | 0.52% | - |
| HSV(B) | 202.88º | 0.62% | 0.75% | - |
| XYZ | 22.43 | 25.74 | 53.08 | - |
| YUV | 129.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 191 | 0.62 | 0.24 | 0 | 0.25 | 202.88 | 0.48 | 0.52 |
| Hex | 49 | 92 | BF | 3E | 18 | 0 | 19 | CB | 30 | 34 |
| Octal | 111 | 222 | 277 | 76 | 30 | 0 | 31 | 313 | 60 | 64 |
| Binary | 1001001 | 10010010 | 10111111 | 111110 | 11000 | 0 | 11001 | 11001011 | 110000 | 110100 |
Color Harmonies of #4992BF
Complementary color
Monochromatic Colors of #4992BF
Black with #4992BF
Text Example
Text Example
White with #4992BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992BF; }
p { color: rgb(73,146,191); }
H1.HeaderClassName
{
color: #4992BF;
}
.AnyTagClassName
{
color: #4992BF;
}
</style>
background-color css
<style>
a { background-color: #4992BF; }
a { background-color: rgb(73,146,191); }
div.DivClassName
{
background-color: #4992BF;
}
.BgClassName
{
background-color: #4992BF;
}
</style>
border-color css
<style>
span { border-color: #4992BF; }
span { border-color: rgb(73,146,191); }
td.TdClassName
{
border-color: #4992BF;
}
.TagClassName
{
border-color: #4992BF;
}
</style>