Shades of Curious Blue #4697C6
Tints of Curious Blue #4697C6
RGB
CMYK
RGB Variations
Color information
#4697C6 (or 0x4697C6) is known color: Curious Blue. HEX triplet: 46, 97 and C6. RGB value is (70,151,198). Sum of RGB (Red+Green+Blue) = 70+151+198=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #4697C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697C6 is #B96839. Grayscale: #838383. Windows color (decimal): -12150842 or 13014854. OLE color: 13014854.
HSL color Cylindrical-coordinate representation of color #4697C6: hue angle of 202.03º 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 #4697C6 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 151 | 198 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.22 |
| HSL | 202.03º | 0.53% | 0.53% | - |
| HSV(B) | 202.03º | 0.65% | 0.78% | - |
| XYZ | 23.79 | 27.51 | 57.48 | - |
| YUV | 132.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 198 | 0.65 | 0.24 | 0 | 0.22 | 202.03 | 0.53 | 0.53 |
| Hex | 46 | 97 | C6 | 41 | 18 | 0 | 16 | CA | 35 | 35 |
| Octal | 106 | 227 | 306 | 101 | 30 | 0 | 26 | 312 | 65 | 65 |
| Binary | 1000110 | 10010111 | 11000110 | 1000001 | 11000 | 0 | 10110 | 11001010 | 110101 | 110101 |
Color Harmonies of #4697C6
Complementary color
Monochromatic Colors of #4697C6
Black with #4697C6
Text Example
Text Example
White with #4697C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697C6; }
p { color: rgb(70,151,198); }
H1.HeaderClassName
{
color: #4697C6;
}
.AnyTagClassName
{
color: #4697C6;
}
</style>
background-color css
<style>
a { background-color: #4697C6; }
a { background-color: rgb(70,151,198); }
div.DivClassName
{
background-color: #4697C6;
}
.BgClassName
{
background-color: #4697C6;
}
</style>
border-color css
<style>
span { border-color: #4697C6; }
span { border-color: rgb(70,151,198); }
td.TdClassName
{
border-color: #4697C6;
}
.TagClassName
{
border-color: #4697C6;
}
</style>