Shades of Curious Blue #4993C6
Tints of Curious Blue #4993C6
RGB
CMYK
RGB Variations
Color information
#4993C6 (or 0x4993C6) is known color: Curious Blue. HEX triplet: 49, 93 and C6. RGB value is (73,147,198). Sum of RGB (Red+Green+Blue) = 73+147+198=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #4993C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993C6 is #B66C39. Grayscale: #828282. Windows color (decimal): -11955258 or 13013833. OLE color: 13013833.
HSL color Cylindrical-coordinate representation of color #4993C6: hue angle of 204.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4993C6 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 147 | 198 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.22 |
| HSL | 204.48º | 0.52% | 0.53% | - |
| HSV(B) | 204.48º | 0.63% | 0.78% | - |
| XYZ | 23.37 | 26.36 | 57.28 | - |
| YUV | 130.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 198 | 0.63 | 0.26 | 0 | 0.22 | 204.48 | 0.52 | 0.53 |
| Hex | 49 | 93 | C6 | 3F | 1A | 0 | 16 | CC | 34 | 35 |
| Octal | 111 | 223 | 306 | 77 | 32 | 0 | 26 | 314 | 64 | 65 |
| Binary | 1001001 | 10010011 | 11000110 | 111111 | 11010 | 0 | 10110 | 11001100 | 110100 | 110101 |
Color Harmonies of #4993C6
Complementary color
Monochromatic Colors of #4993C6
Black with #4993C6
Text Example
Text Example
White with #4993C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993C6; }
p { color: rgb(73,147,198); }
H1.HeaderClassName
{
color: #4993C6;
}
.AnyTagClassName
{
color: #4993C6;
}
</style>
background-color css
<style>
a { background-color: #4993C6; }
a { background-color: rgb(73,147,198); }
div.DivClassName
{
background-color: #4993C6;
}
.BgClassName
{
background-color: #4993C6;
}
</style>
border-color css
<style>
span { border-color: #4993C6; }
span { border-color: rgb(73,147,198); }
td.TdClassName
{
border-color: #4993C6;
}
.TagClassName
{
border-color: #4993C6;
}
</style>