Shades of Curious Blue #4894BF
Tints of Curious Blue #4894BF
RGB
CMYK
RGB Variations
Color information
#4894BF (or 0x4894BF) is known color: Curious Blue. HEX triplet: 48, 94 and BF. RGB value is (72,148,191). Sum of RGB (Red+Green+Blue) = 72+148+191=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #4894BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894BF is #B76B40. Grayscale: #818181. Windows color (decimal): -12020545 or 12555336. OLE color: 12555336.
HSL color Cylindrical-coordinate representation of color #4894BF: hue angle of 201.68º 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 #4894BF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 148 | 191 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.25 |
| HSL | 201.68º | 0.48% | 0.52% | - |
| HSV(B) | 201.68º | 0.62% | 0.75% | - |
| XYZ | 22.67 | 26.32 | 53.18 | - |
| YUV | 130.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 191 | 0.62 | 0.23 | 0 | 0.25 | 201.68 | 0.48 | 0.52 |
| Hex | 48 | 94 | BF | 3E | 17 | 0 | 19 | CA | 30 | 34 |
| Octal | 110 | 224 | 277 | 76 | 27 | 0 | 31 | 312 | 60 | 64 |
| Binary | 1001000 | 10010100 | 10111111 | 111110 | 10111 | 0 | 11001 | 11001010 | 110000 | 110100 |
Color Harmonies of #4894BF
Complementary color
Monochromatic Colors of #4894BF
Black with #4894BF
Text Example
Text Example
White with #4894BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894BF; }
p { color: rgb(72,148,191); }
H1.HeaderClassName
{
color: #4894BF;
}
.AnyTagClassName
{
color: #4894BF;
}
</style>
background-color css
<style>
a { background-color: #4894BF; }
a { background-color: rgb(72,148,191); }
div.DivClassName
{
background-color: #4894BF;
}
.BgClassName
{
background-color: #4894BF;
}
</style>
border-color css
<style>
span { border-color: #4894BF; }
span { border-color: rgb(72,148,191); }
td.TdClassName
{
border-color: #4894BF;
}
.TagClassName
{
border-color: #4894BF;
}
</style>