Shades of Curious Blue #4691BF
Tints of Curious Blue #4691BF
RGB
CMYK
RGB Variations
Color information
#4691BF (or 0x4691BF) is known color: Curious Blue. HEX triplet: 46, 91 and BF. RGB value is (70,145,191). Sum of RGB (Red+Green+Blue) = 70+145+191=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #4691BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691BF is #B96E40. Grayscale: #7F7F7F. Windows color (decimal): -12152385 or 12554566. OLE color: 12554566.
HSL color Cylindrical-coordinate representation of color #4691BF: hue angle of 202.81º 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 #4691BF is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 145 | 191 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.25 |
| HSL | 202.81º | 0.49% | 0.51% | - |
| HSV(B) | 202.81º | 0.63% | 0.75% | - |
| XYZ | 22.06 | 25.31 | 53.01 | - |
| YUV | 127.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 191 | 0.63 | 0.24 | 0 | 0.25 | 202.81 | 0.49 | 0.51 |
| Hex | 46 | 91 | BF | 3F | 18 | 0 | 19 | CB | 31 | 33 |
| Octal | 106 | 221 | 277 | 77 | 30 | 0 | 31 | 313 | 61 | 63 |
| Binary | 1000110 | 10010001 | 10111111 | 111111 | 11000 | 0 | 11001 | 11001011 | 110001 | 110011 |
Color Harmonies of #4691BF
Complementary color
Monochromatic Colors of #4691BF
Black with #4691BF
Text Example
Text Example
White with #4691BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691BF; }
p { color: rgb(70,145,191); }
H1.HeaderClassName
{
color: #4691BF;
}
.AnyTagClassName
{
color: #4691BF;
}
</style>
background-color css
<style>
a { background-color: #4691BF; }
a { background-color: rgb(70,145,191); }
div.DivClassName
{
background-color: #4691BF;
}
.BgClassName
{
background-color: #4691BF;
}
</style>
border-color css
<style>
span { border-color: #4691BF; }
span { border-color: rgb(70,145,191); }
td.TdClassName
{
border-color: #4691BF;
}
.TagClassName
{
border-color: #4691BF;
}
</style>