Shades of Curious Blue #4686C6
Tints of Curious Blue #4686C6
RGB
CMYK
RGB Variations
Color information
#4686C6 (or 0x4686C6) is known color: Curious Blue. HEX triplet: 46, 86 and C6. RGB value is (70,134,198). Sum of RGB (Red+Green+Blue) = 70+134+198=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #4686C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686C6 is #B97939. Grayscale: #797979. Windows color (decimal): -12155194 or 13010502. OLE color: 13010502.
HSL color Cylindrical-coordinate representation of color #4686C6: hue angle of 210º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4686C6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 134 | 198 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.22 |
| HSL | 210º | 0.53% | 0.53% | - |
| HSV(B) | 210º | 0.65% | 0.78% | - |
| XYZ | 21.24 | 22.43 | 56.64 | - |
| YUV | 122.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 198 | 0.65 | 0.32 | 0 | 0.22 | 210 | 0.53 | 0.53 |
| Hex | 46 | 86 | C6 | 41 | 20 | 0 | 16 | D2 | 35 | 35 |
| Octal | 106 | 206 | 306 | 101 | 40 | 0 | 26 | 322 | 65 | 65 |
| Binary | 1000110 | 10000110 | 11000110 | 1000001 | 100000 | 0 | 10110 | 11010010 | 110101 | 110101 |
Color Harmonies of #4686C6
Complementary color
Monochromatic Colors of #4686C6
Black with #4686C6
Text Example
Text Example
White with #4686C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686C6; }
p { color: rgb(70,134,198); }
H1.HeaderClassName
{
color: #4686C6;
}
.AnyTagClassName
{
color: #4686C6;
}
</style>
background-color css
<style>
a { background-color: #4686C6; }
a { background-color: rgb(70,134,198); }
div.DivClassName
{
background-color: #4686C6;
}
.BgClassName
{
background-color: #4686C6;
}
</style>
border-color css
<style>
span { border-color: #4686C6; }
span { border-color: rgb(70,134,198); }
td.TdClassName
{
border-color: #4686C6;
}
.TagClassName
{
border-color: #4686C6;
}
</style>