Shades of Curious Blue #4790BA
Tints of Curious Blue #4790BA
RGB
CMYK
RGB Variations
Color information
#4790BA (or 0x4790BA) is known color: Curious Blue. HEX triplet: 47, 90 and BA. RGB value is (71,144,186). Sum of RGB (Red+Green+Blue) = 71+144+186=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4790BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4790BA is #B86F45. Grayscale: #7E7E7E. Windows color (decimal): -12087110 or 12226631. OLE color: 12226631.
HSL color Cylindrical-coordinate representation of color #4790BA: hue angle of 201.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4790BA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 144 | 186 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.27 |
| HSL | 201.91º | 0.45% | 0.5% | - |
| HSV(B) | 201.91º | 0.62% | 0.73% | - |
| XYZ | 21.43 | 24.83 | 50.12 | - |
| YUV | 126.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 186 | 0.62 | 0.23 | 0 | 0.27 | 201.91 | 0.45 | 0.5 |
| Hex | 47 | 90 | BA | 3E | 17 | 0 | 1B | CA | 2D | 32 |
| Octal | 107 | 220 | 272 | 76 | 27 | 0 | 33 | 312 | 55 | 62 |
| Binary | 1000111 | 10010000 | 10111010 | 111110 | 10111 | 0 | 11011 | 11001010 | 101101 | 110010 |
Color Harmonies of #4790BA
Complementary color
Monochromatic Colors of #4790BA
Black with #4790BA
Text Example
Text Example
White with #4790BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790BA; }
p { color: rgb(71,144,186); }
H1.HeaderClassName
{
color: #4790BA;
}
.AnyTagClassName
{
color: #4790BA;
}
</style>
background-color css
<style>
a { background-color: #4790BA; }
a { background-color: rgb(71,144,186); }
div.DivClassName
{
background-color: #4790BA;
}
.BgClassName
{
background-color: #4790BA;
}
</style>
border-color css
<style>
span { border-color: #4790BA; }
span { border-color: rgb(71,144,186); }
td.TdClassName
{
border-color: #4790BA;
}
.TagClassName
{
border-color: #4790BA;
}
</style>