Shades of Curious Blue #4896C0
Tints of Curious Blue #4896C0
RGB
CMYK
RGB Variations
Color information
#4896C0 (or 0x4896C0) is known color: Curious Blue. HEX triplet: 48, 96 and C0. RGB value is (72,150,192). Sum of RGB (Red+Green+Blue) = 72+150+192=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #4896C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4896C0 is #B7693F. Grayscale: #838383. Windows color (decimal): -12020032 or 12621384. OLE color: 12621384.
HSL color Cylindrical-coordinate representation of color #4896C0: hue angle of 201º degrees, saturation: 0.49, 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 #4896C0 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 150 | 192 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.25 |
| HSL | 201º | 0.49% | 0.52% | - |
| HSV(B) | 201º | 0.63% | 0.75% | - |
| XYZ | 23.09 | 27 | 53.86 | - |
| YUV | 131.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 192 | 0.63 | 0.22 | 0 | 0.25 | 201 | 0.49 | 0.52 |
| Hex | 48 | 96 | C0 | 3F | 16 | 0 | 19 | C9 | 31 | 34 |
| Octal | 110 | 226 | 300 | 77 | 26 | 0 | 31 | 311 | 61 | 64 |
| Binary | 1001000 | 10010110 | 11000000 | 111111 | 10110 | 0 | 11001 | 11001001 | 110001 | 110100 |
Color Harmonies of #4896C0
Complementary color
Monochromatic Colors of #4896C0
Black with #4896C0
Text Example
Text Example
White with #4896C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4896C0; }
p { color: rgb(72,150,192); }
H1.HeaderClassName
{
color: #4896C0;
}
.AnyTagClassName
{
color: #4896C0;
}
</style>
background-color css
<style>
a { background-color: #4896C0; }
a { background-color: rgb(72,150,192); }
div.DivClassName
{
background-color: #4896C0;
}
.BgClassName
{
background-color: #4896C0;
}
</style>
border-color css
<style>
span { border-color: #4896C0; }
span { border-color: rgb(72,150,192); }
td.TdClassName
{
border-color: #4896C0;
}
.TagClassName
{
border-color: #4896C0;
}
</style>