Shades of Curious Blue #4890C1
Tints of Curious Blue #4890C1
RGB
CMYK
RGB Variations
Color information
#4890C1 (or 0x4890C1) is known color: Curious Blue. HEX triplet: 48, 90 and C1. RGB value is (72,144,193). Sum of RGB (Red+Green+Blue) = 72+144+193=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #4890C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890C1 is #B76F3E. Grayscale: #7F7F7F. Windows color (decimal): -12021567 or 12685384. OLE color: 12685384.
HSL color Cylindrical-coordinate representation of color #4890C1: hue angle of 204.3º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4890C1 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 144 | 193 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.24 |
| HSL | 204.3º | 0.49% | 0.52% | - |
| HSV(B) | 204.3º | 0.63% | 0.76% | - |
| XYZ | 22.27 | 25.17 | 54.14 | - |
| YUV | 128.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 193 | 0.63 | 0.25 | 0 | 0.24 | 204.3 | 0.49 | 0.52 |
| Hex | 48 | 90 | C1 | 3F | 19 | 0 | 18 | CC | 31 | 34 |
| Octal | 110 | 220 | 301 | 77 | 31 | 0 | 30 | 314 | 61 | 64 |
| Binary | 1001000 | 10010000 | 11000001 | 111111 | 11001 | 0 | 11000 | 11001100 | 110001 | 110100 |
Color Harmonies of #4890C1
Complementary color
Monochromatic Colors of #4890C1
Black with #4890C1
Text Example
Text Example
White with #4890C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890C1; }
p { color: rgb(72,144,193); }
H1.HeaderClassName
{
color: #4890C1;
}
.AnyTagClassName
{
color: #4890C1;
}
</style>
background-color css
<style>
a { background-color: #4890C1; }
a { background-color: rgb(72,144,193); }
div.DivClassName
{
background-color: #4890C1;
}
.BgClassName
{
background-color: #4890C1;
}
</style>
border-color css
<style>
span { border-color: #4890C1; }
span { border-color: rgb(72,144,193); }
td.TdClassName
{
border-color: #4890C1;
}
.TagClassName
{
border-color: #4890C1;
}
</style>