Shades of Curious Blue #4690BA
Tints of Curious Blue #4690BA
RGB
CMYK
RGB Variations
Color information
#4690BA (or 0x4690BA) is known color: Curious Blue. HEX triplet: 46, 90 and BA. RGB value is (70,144,186). Sum of RGB (Red+Green+Blue) = 70+144+186=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #4690BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4690BA is #B96F45. Grayscale: #7E7E7E. Windows color (decimal): -12152646 or 12226630. OLE color: 12226630.
HSL color Cylindrical-coordinate representation of color #4690BA: hue angle of 201.72º degrees, saturation: 0.46, 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 #4690BA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 144 | 186 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.27 |
| HSL | 201.72º | 0.46% | 0.5% | - |
| HSV(B) | 201.72º | 0.62% | 0.73% | - |
| XYZ | 21.36 | 24.79 | 50.11 | - |
| YUV | 126.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 186 | 0.62 | 0.23 | 0 | 0.27 | 201.72 | 0.46 | 0.5 |
| Hex | 46 | 90 | BA | 3E | 17 | 0 | 1B | CA | 2E | 32 |
| Octal | 106 | 220 | 272 | 76 | 27 | 0 | 33 | 312 | 56 | 62 |
| Binary | 1000110 | 10010000 | 10111010 | 111110 | 10111 | 0 | 11011 | 11001010 | 101110 | 110010 |
Color Harmonies of #4690BA
Complementary color
Monochromatic Colors of #4690BA
Black with #4690BA
Text Example
Text Example
White with #4690BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690BA; }
p { color: rgb(70,144,186); }
H1.HeaderClassName
{
color: #4690BA;
}
.AnyTagClassName
{
color: #4690BA;
}
</style>
background-color css
<style>
a { background-color: #4690BA; }
a { background-color: rgb(70,144,186); }
div.DivClassName
{
background-color: #4690BA;
}
.BgClassName
{
background-color: #4690BA;
}
</style>
border-color css
<style>
span { border-color: #4690BA; }
span { border-color: rgb(70,144,186); }
td.TdClassName
{
border-color: #4690BA;
}
.TagClassName
{
border-color: #4690BA;
}
</style>