Shades of Curious Blue #4892BF
Tints of Curious Blue #4892BF
RGB
CMYK
RGB Variations
Color information
#4892BF (or 0x4892BF) is known color: Curious Blue. HEX triplet: 48, 92 and BF. RGB value is (72,146,191). Sum of RGB (Red+Green+Blue) = 72+146+191=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4892BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892BF is #B76D40. Grayscale: #808080. Windows color (decimal): -12021057 or 12554824. OLE color: 12554824.
HSL color Cylindrical-coordinate representation of color #4892BF: hue angle of 202.69º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4892BF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 146 | 191 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.25 |
| HSL | 202.69º | 0.48% | 0.52% | - |
| HSV(B) | 202.69º | 0.62% | 0.75% | - |
| XYZ | 22.36 | 25.7 | 53.07 | - |
| YUV | 129 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 191 | 0.62 | 0.24 | 0 | 0.25 | 202.69 | 0.48 | 0.52 |
| Hex | 48 | 92 | BF | 3E | 18 | 0 | 19 | CB | 30 | 34 |
| Octal | 110 | 222 | 277 | 76 | 30 | 0 | 31 | 313 | 60 | 64 |
| Binary | 1001000 | 10010010 | 10111111 | 111110 | 11000 | 0 | 11001 | 11001011 | 110000 | 110100 |
Color Harmonies of #4892BF
Complementary color
Monochromatic Colors of #4892BF
Black with #4892BF
Text Example
Text Example
White with #4892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892BF; }
p { color: rgb(72,146,191); }
H1.HeaderClassName
{
color: #4892BF;
}
.AnyTagClassName
{
color: #4892BF;
}
</style>
background-color css
<style>
a { background-color: #4892BF; }
a { background-color: rgb(72,146,191); }
div.DivClassName
{
background-color: #4892BF;
}
.BgClassName
{
background-color: #4892BF;
}
</style>
border-color css
<style>
span { border-color: #4892BF; }
span { border-color: rgb(72,146,191); }
td.TdClassName
{
border-color: #4892BF;
}
.TagClassName
{
border-color: #4892BF;
}
</style>