Shades of Curious Blue #4688BF
Tints of Curious Blue #4688BF
RGB
CMYK
RGB Variations
Color information
#4688BF (or 0x4688BF) is known color: Curious Blue. HEX triplet: 46, 88 and BF. RGB value is (70,136,191). Sum of RGB (Red+Green+Blue) = 70+136+191=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #4688BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688BF is #B97740. Grayscale: #7A7A7A. Windows color (decimal): -12154689 or 12552262. OLE color: 12552262.
HSL color Cylindrical-coordinate representation of color #4688BF: hue angle of 207.27º 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 #4688BF is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 136 | 191 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.25 |
| HSL | 207.27º | 0.49% | 0.51% | - |
| HSV(B) | 207.27º | 0.63% | 0.75% | - |
| XYZ | 20.73 | 22.67 | 52.57 | - |
| YUV | 122.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 191 | 0.63 | 0.29 | 0 | 0.25 | 207.27 | 0.49 | 0.51 |
| Hex | 46 | 88 | BF | 3F | 1D | 0 | 19 | CF | 31 | 33 |
| Octal | 106 | 210 | 277 | 77 | 35 | 0 | 31 | 317 | 61 | 63 |
| Binary | 1000110 | 10001000 | 10111111 | 111111 | 11101 | 0 | 11001 | 11001111 | 110001 | 110011 |
Color Harmonies of #4688BF
Complementary color
Monochromatic Colors of #4688BF
Black with #4688BF
Text Example
Text Example
White with #4688BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4688BF; }
p { color: rgb(70,136,191); }
H1.HeaderClassName
{
color: #4688BF;
}
.AnyTagClassName
{
color: #4688BF;
}
</style>
background-color css
<style>
a { background-color: #4688BF; }
a { background-color: rgb(70,136,191); }
div.DivClassName
{
background-color: #4688BF;
}
.BgClassName
{
background-color: #4688BF;
}
</style>
border-color css
<style>
span { border-color: #4688BF; }
span { border-color: rgb(70,136,191); }
td.TdClassName
{
border-color: #4688BF;
}
.TagClassName
{
border-color: #4688BF;
}
</style>