Shades of Curious Blue #498FBB
Tints of Curious Blue #498FBB
RGB
CMYK
RGB Variations
Color information
#498FBB (or 0x498FBB) is known color: Curious Blue. HEX triplet: 49, 8F and BB. RGB value is (73,143,187). Sum of RGB (Red+Green+Blue) = 73+143+187=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #498FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FBB is #B67044. Grayscale: #7E7E7E. Windows color (decimal): -11956293 or 12291913. OLE color: 12291913.
HSL color Cylindrical-coordinate representation of color #498FBB: hue angle of 203.16º degrees, saturation: 0.46, 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 #498FBB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 143 | 187 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.27 |
| HSL | 203.16º | 0.46% | 0.51% | - |
| HSV(B) | 203.16º | 0.61% | 0.73% | - |
| XYZ | 21.54 | 24.65 | 50.64 | - |
| YUV | 127.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 187 | 0.61 | 0.24 | 0 | 0.27 | 203.16 | 0.46 | 0.51 |
| Hex | 49 | 8F | BB | 3D | 18 | 0 | 1B | CB | 2E | 33 |
| Octal | 111 | 217 | 273 | 75 | 30 | 0 | 33 | 313 | 56 | 63 |
| Binary | 1001001 | 10001111 | 10111011 | 111101 | 11000 | 0 | 11011 | 11001011 | 101110 | 110011 |
Color Harmonies of #498FBB
Complementary color
Monochromatic Colors of #498FBB
Black with #498FBB
Text Example
Text Example
White with #498FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FBB; }
p { color: rgb(73,143,187); }
H1.HeaderClassName
{
color: #498FBB;
}
.AnyTagClassName
{
color: #498FBB;
}
</style>
background-color css
<style>
a { background-color: #498FBB; }
a { background-color: rgb(73,143,187); }
div.DivClassName
{
background-color: #498FBB;
}
.BgClassName
{
background-color: #498FBB;
}
</style>
border-color css
<style>
span { border-color: #498FBB; }
span { border-color: rgb(73,143,187); }
td.TdClassName
{
border-color: #498FBB;
}
.TagClassName
{
border-color: #498FBB;
}
</style>