Shades of Curious Blue #4691C6
Tints of Curious Blue #4691C6
RGB
CMYK
RGB Variations
Color information
#4691C6 (or 0x4691C6) is known color: Curious Blue. HEX triplet: 46, 91 and C6. RGB value is (70,145,198). Sum of RGB (Red+Green+Blue) = 70+145+198=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #4691C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691C6 is #B96E39. Grayscale: #808080. Windows color (decimal): -12152378 or 13013318. OLE color: 13013318.
HSL color Cylindrical-coordinate representation of color #4691C6: hue angle of 204.84º 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 #4691C6 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 145 | 198 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.22 |
| HSL | 204.84º | 0.53% | 0.53% | - |
| HSV(B) | 204.84º | 0.65% | 0.78% | - |
| XYZ | 22.84 | 25.63 | 57.17 | - |
| YUV | 128.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 198 | 0.65 | 0.27 | 0 | 0.22 | 204.84 | 0.53 | 0.53 |
| Hex | 46 | 91 | C6 | 41 | 1B | 0 | 16 | CD | 35 | 35 |
| Octal | 106 | 221 | 306 | 101 | 33 | 0 | 26 | 315 | 65 | 65 |
| Binary | 1000110 | 10010001 | 11000110 | 1000001 | 11011 | 0 | 10110 | 11001101 | 110101 | 110101 |
Color Harmonies of #4691C6
Complementary color
Monochromatic Colors of #4691C6
Black with #4691C6
Text Example
Text Example
White with #4691C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691C6; }
p { color: rgb(70,145,198); }
H1.HeaderClassName
{
color: #4691C6;
}
.AnyTagClassName
{
color: #4691C6;
}
</style>
background-color css
<style>
a { background-color: #4691C6; }
a { background-color: rgb(70,145,198); }
div.DivClassName
{
background-color: #4691C6;
}
.BgClassName
{
background-color: #4691C6;
}
</style>
border-color css
<style>
span { border-color: #4691C6; }
span { border-color: rgb(70,145,198); }
td.TdClassName
{
border-color: #4691C6;
}
.TagClassName
{
border-color: #4691C6;
}
</style>