Shades of Curious Blue #498FBE
Tints of Curious Blue #498FBE
RGB
CMYK
RGB Variations
Color information
#498FBE (or 0x498FBE) is known color: Curious Blue. HEX triplet: 49, 8F and BE. RGB value is (73,143,190). Sum of RGB (Red+Green+Blue) = 73+143+190=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #498FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FBE is #B67041. Grayscale: #7F7F7F. Windows color (decimal): -11956290 or 12488521. OLE color: 12488521.
HSL color Cylindrical-coordinate representation of color #498FBE: hue angle of 204.1º degrees, saturation: 0.47, 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 #498FBE is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 143 | 190 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.25 |
| HSL | 204.1º | 0.47% | 0.52% | - |
| HSV(B) | 204.1º | 0.62% | 0.75% | - |
| XYZ | 21.86 | 24.78 | 52.35 | - |
| YUV | 127.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 190 | 0.62 | 0.25 | 0 | 0.25 | 204.1 | 0.47 | 0.52 |
| Hex | 49 | 8F | BE | 3E | 19 | 0 | 19 | CC | 2F | 34 |
| Octal | 111 | 217 | 276 | 76 | 31 | 0 | 31 | 314 | 57 | 64 |
| Binary | 1001001 | 10001111 | 10111110 | 111110 | 11001 | 0 | 11001 | 11001100 | 101111 | 110100 |
Color Harmonies of #498FBE
Complementary color
Monochromatic Colors of #498FBE
Black with #498FBE
Text Example
Text Example
White with #498FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FBE; }
p { color: rgb(73,143,190); }
H1.HeaderClassName
{
color: #498FBE;
}
.AnyTagClassName
{
color: #498FBE;
}
</style>
background-color css
<style>
a { background-color: #498FBE; }
a { background-color: rgb(73,143,190); }
div.DivClassName
{
background-color: #498FBE;
}
.BgClassName
{
background-color: #498FBE;
}
</style>
border-color css
<style>
span { border-color: #498FBE; }
span { border-color: rgb(73,143,190); }
td.TdClassName
{
border-color: #498FBE;
}
.TagClassName
{
border-color: #498FBE;
}
</style>