Shades of Curious Blue #4891BC
Tints of Curious Blue #4891BC
RGB
CMYK
RGB Variations
Color information
#4891BC (or 0x4891BC) is known color: Curious Blue. HEX triplet: 48, 91 and BC. RGB value is (72,145,188). Sum of RGB (Red+Green+Blue) = 72+145+188=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4891BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891BC is #B76E43. Grayscale: #7F7F7F. Windows color (decimal): -12021316 or 12357960. OLE color: 12357960.
HSL color Cylindrical-coordinate representation of color #4891BC: hue angle of 202.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4891BC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 145 | 188 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.26 |
| HSL | 202.24º | 0.46% | 0.51% | - |
| HSV(B) | 202.24º | 0.62% | 0.74% | - |
| XYZ | 21.87 | 25.26 | 51.3 | - |
| YUV | 128.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 188 | 0.62 | 0.23 | 0 | 0.26 | 202.24 | 0.46 | 0.51 |
| Hex | 48 | 91 | BC | 3E | 17 | 0 | 1A | CA | 2E | 33 |
| Octal | 110 | 221 | 274 | 76 | 27 | 0 | 32 | 312 | 56 | 63 |
| Binary | 1001000 | 10010001 | 10111100 | 111110 | 10111 | 0 | 11010 | 11001010 | 101110 | 110011 |
Color Harmonies of #4891BC
Complementary color
Monochromatic Colors of #4891BC
Black with #4891BC
Text Example
Text Example
White with #4891BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891BC; }
p { color: rgb(72,145,188); }
H1.HeaderClassName
{
color: #4891BC;
}
.AnyTagClassName
{
color: #4891BC;
}
</style>
background-color css
<style>
a { background-color: #4891BC; }
a { background-color: rgb(72,145,188); }
div.DivClassName
{
background-color: #4891BC;
}
.BgClassName
{
background-color: #4891BC;
}
</style>
border-color css
<style>
span { border-color: #4891BC; }
span { border-color: rgb(72,145,188); }
td.TdClassName
{
border-color: #4891BC;
}
.TagClassName
{
border-color: #4891BC;
}
</style>