Shades of Curious Blue #4892BC
Tints of Curious Blue #4892BC
RGB
CMYK
RGB Variations
Color information
#4892BC (or 0x4892BC) is known color: Curious Blue. HEX triplet: 48, 92 and BC. RGB value is (72,146,188). Sum of RGB (Red+Green+Blue) = 72+146+188=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 146 (57.42% from 255 or 35.96% 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 #4892BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892BC is #B76D43. Grayscale: #808080. Windows color (decimal): -12021060 or 12358216. OLE color: 12358216.
HSL color Cylindrical-coordinate representation of color #4892BC: hue angle of 201.72º 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 #4892BC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 146 | 188 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.26 |
| HSL | 201.72º | 0.46% | 0.51% | - |
| HSV(B) | 201.72º | 0.62% | 0.74% | - |
| XYZ | 22.03 | 25.57 | 51.35 | - |
| YUV | 128.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 188 | 0.62 | 0.22 | 0 | 0.26 | 201.72 | 0.46 | 0.51 |
| Hex | 48 | 92 | BC | 3E | 16 | 0 | 1A | CA | 2E | 33 |
| Octal | 110 | 222 | 274 | 76 | 26 | 0 | 32 | 312 | 56 | 63 |
| Binary | 1001000 | 10010010 | 10111100 | 111110 | 10110 | 0 | 11010 | 11001010 | 101110 | 110011 |
Color Harmonies of #4892BC
Complementary color
Monochromatic Colors of #4892BC
Black with #4892BC
Text Example
Text Example
White with #4892BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892BC; }
p { color: rgb(72,146,188); }
H1.HeaderClassName
{
color: #4892BC;
}
.AnyTagClassName
{
color: #4892BC;
}
</style>
background-color css
<style>
a { background-color: #4892BC; }
a { background-color: rgb(72,146,188); }
div.DivClassName
{
background-color: #4892BC;
}
.BgClassName
{
background-color: #4892BC;
}
</style>
border-color css
<style>
span { border-color: #4892BC; }
span { border-color: rgb(72,146,188); }
td.TdClassName
{
border-color: #4892BC;
}
.TagClassName
{
border-color: #4892BC;
}
</style>