Shades of Curious Blue #498FC3
Tints of Curious Blue #498FC3
RGB
CMYK
RGB Variations
Color information
#498FC3 (or 0x498FC3) is known color: Curious Blue. HEX triplet: 49, 8F and C3. RGB value is (73,143,195). Sum of RGB (Red+Green+Blue) = 73+143+195=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #498FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FC3 is #B6703C. Grayscale: #7F7F7F. Windows color (decimal): -11956285 or 12816201. OLE color: 12816201.
HSL color Cylindrical-coordinate representation of color #498FC3: hue angle of 205.57º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498FC3 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 143 | 195 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.24 |
| HSL | 205.57º | 0.5% | 0.53% | - |
| HSV(B) | 205.57º | 0.63% | 0.76% | - |
| XYZ | 22.42 | 25 | 55.27 | - |
| YUV | 128 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 195 | 0.63 | 0.27 | 0 | 0.24 | 205.57 | 0.5 | 0.53 |
| Hex | 49 | 8F | C3 | 3F | 1B | 0 | 18 | CE | 32 | 35 |
| Octal | 111 | 217 | 303 | 77 | 33 | 0 | 30 | 316 | 62 | 65 |
| Binary | 1001001 | 10001111 | 11000011 | 111111 | 11011 | 0 | 11000 | 11001110 | 110010 | 110101 |
Color Harmonies of #498FC3
Complementary color
Monochromatic Colors of #498FC3
Black with #498FC3
Text Example
Text Example
White with #498FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FC3; }
p { color: rgb(73,143,195); }
H1.HeaderClassName
{
color: #498FC3;
}
.AnyTagClassName
{
color: #498FC3;
}
</style>
background-color css
<style>
a { background-color: #498FC3; }
a { background-color: rgb(73,143,195); }
div.DivClassName
{
background-color: #498FC3;
}
.BgClassName
{
background-color: #498FC3;
}
</style>
border-color css
<style>
span { border-color: #498FC3; }
span { border-color: rgb(73,143,195); }
td.TdClassName
{
border-color: #498FC3;
}
.TagClassName
{
border-color: #498FC3;
}
</style>