Shades of Curious Blue #4694BF
Tints of Curious Blue #4694BF
RGB
CMYK
RGB Variations
Color information
#4694BF (or 0x4694BF) is known color: Curious Blue. HEX triplet: 46, 94 and BF. RGB value is (70,148,191). Sum of RGB (Red+Green+Blue) = 70+148+191=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4694BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694BF is #B96B40. Grayscale: #818181. Windows color (decimal): -12151617 or 12555334. OLE color: 12555334.
HSL color Cylindrical-coordinate representation of color #4694BF: hue angle of 201.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4694BF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 148 | 191 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.25 |
| HSL | 201.32º | 0.49% | 0.51% | - |
| HSV(B) | 201.32º | 0.63% | 0.75% | - |
| XYZ | 22.52 | 26.24 | 53.17 | - |
| YUV | 129.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 191 | 0.63 | 0.23 | 0 | 0.25 | 201.32 | 0.49 | 0.51 |
| Hex | 46 | 94 | BF | 3F | 17 | 0 | 19 | C9 | 31 | 33 |
| Octal | 106 | 224 | 277 | 77 | 27 | 0 | 31 | 311 | 61 | 63 |
| Binary | 1000110 | 10010100 | 10111111 | 111111 | 10111 | 0 | 11001 | 11001001 | 110001 | 110011 |
Color Harmonies of #4694BF
Complementary color
Monochromatic Colors of #4694BF
Black with #4694BF
Text Example
Text Example
White with #4694BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694BF; }
p { color: rgb(70,148,191); }
H1.HeaderClassName
{
color: #4694BF;
}
.AnyTagClassName
{
color: #4694BF;
}
</style>
background-color css
<style>
a { background-color: #4694BF; }
a { background-color: rgb(70,148,191); }
div.DivClassName
{
background-color: #4694BF;
}
.BgClassName
{
background-color: #4694BF;
}
</style>
border-color css
<style>
span { border-color: #4694BF; }
span { border-color: rgb(70,148,191); }
td.TdClassName
{
border-color: #4694BF;
}
.TagClassName
{
border-color: #4694BF;
}
</style>