Shades of Curious Blue #498CC4
Tints of Curious Blue #498CC4
RGB
CMYK
RGB Variations
Color information
#498CC4 (or 0x498CC4) is known color: Curious Blue. HEX triplet: 49, 8C and C4. RGB value is (73,140,196). Sum of RGB (Red+Green+Blue) = 73+140+196=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #498CC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CC4 is #B6733B. Grayscale: #7E7E7E. Windows color (decimal): -11957052 or 12880969. OLE color: 12880969.
HSL color Cylindrical-coordinate representation of color #498CC4: hue angle of 207.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498CC4 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 140 | 196 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.23 |
| HSL | 207.32º | 0.51% | 0.53% | - |
| HSV(B) | 207.32º | 0.63% | 0.77% | - |
| XYZ | 22.09 | 24.16 | 55.72 | - |
| YUV | 126.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 196 | 0.63 | 0.29 | 0 | 0.23 | 207.32 | 0.51 | 0.53 |
| Hex | 49 | 8C | C4 | 3F | 1D | 0 | 17 | CF | 33 | 35 |
| Octal | 111 | 214 | 304 | 77 | 35 | 0 | 27 | 317 | 63 | 65 |
| Binary | 1001001 | 10001100 | 11000100 | 111111 | 11101 | 0 | 10111 | 11001111 | 110011 | 110101 |
Color Harmonies of #498CC4
Complementary color
Monochromatic Colors of #498CC4
Black with #498CC4
Text Example
Text Example
White with #498CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CC4; }
p { color: rgb(73,140,196); }
H1.HeaderClassName
{
color: #498CC4;
}
.AnyTagClassName
{
color: #498CC4;
}
</style>
background-color css
<style>
a { background-color: #498CC4; }
a { background-color: rgb(73,140,196); }
div.DivClassName
{
background-color: #498CC4;
}
.BgClassName
{
background-color: #498CC4;
}
</style>
border-color css
<style>
span { border-color: #498CC4; }
span { border-color: rgb(73,140,196); }
td.TdClassName
{
border-color: #498CC4;
}
.TagClassName
{
border-color: #498CC4;
}
</style>