Shades of Curious Blue #4991BC
Tints of Curious Blue #4991BC
RGB
CMYK
RGB Variations
Color information
#4991BC (or 0x4991BC) is known color: Curious Blue. HEX triplet: 49, 91 and BC. RGB value is (73,145,188). Sum of RGB (Red+Green+Blue) = 73+145+188=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4991BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991BC is #B66E43. Grayscale: #808080. Windows color (decimal): -11955780 or 12357961. OLE color: 12357961.
HSL color Cylindrical-coordinate representation of color #4991BC: hue angle of 202.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4991BC is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 145 | 188 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.26 |
| HSL | 202.43º | 0.46% | 0.51% | - |
| HSV(B) | 202.43º | 0.61% | 0.74% | - |
| XYZ | 21.95 | 25.3 | 51.3 | - |
| YUV | 128.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 188 | 0.61 | 0.23 | 0 | 0.26 | 202.43 | 0.46 | 0.51 |
| Hex | 49 | 91 | BC | 3D | 17 | 0 | 1A | CA | 2E | 33 |
| Octal | 111 | 221 | 274 | 75 | 27 | 0 | 32 | 312 | 56 | 63 |
| Binary | 1001001 | 10010001 | 10111100 | 111101 | 10111 | 0 | 11010 | 11001010 | 101110 | 110011 |
Color Harmonies of #4991BC
Complementary color
Monochromatic Colors of #4991BC
Black with #4991BC
Text Example
Text Example
White with #4991BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991BC; }
p { color: rgb(73,145,188); }
H1.HeaderClassName
{
color: #4991BC;
}
.AnyTagClassName
{
color: #4991BC;
}
</style>
background-color css
<style>
a { background-color: #4991BC; }
a { background-color: rgb(73,145,188); }
div.DivClassName
{
background-color: #4991BC;
}
.BgClassName
{
background-color: #4991BC;
}
</style>
border-color css
<style>
span { border-color: #4991BC; }
span { border-color: rgb(73,145,188); }
td.TdClassName
{
border-color: #4991BC;
}
.TagClassName
{
border-color: #4991BC;
}
</style>