Shades of Curious Blue #4486BC
Tints of Curious Blue #4486BC
RGB
CMYK
RGB Variations
Color information
#4486BC (or 0x4486BC) is known color: Curious Blue. HEX triplet: 44, 86 and BC. RGB value is (68,134,188). Sum of RGB (Red+Green+Blue) = 68+134+188=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4486BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486BC is #BB7943. Grayscale: #787878. Windows color (decimal): -12286276 or 12355140. OLE color: 12355140.
HSL color Cylindrical-coordinate representation of color #4486BC: hue angle of 207º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4486BC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 134 | 188 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.26 |
| HSL | 207º | 0.47% | 0.5% | - |
| HSV(B) | 207º | 0.64% | 0.74% | - |
| XYZ | 19.99 | 21.91 | 50.75 | - |
| YUV | 120.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 188 | 0.64 | 0.29 | 0 | 0.26 | 207 | 0.47 | 0.5 |
| Hex | 44 | 86 | BC | 40 | 1D | 0 | 1A | CF | 2F | 32 |
| Octal | 104 | 206 | 274 | 100 | 35 | 0 | 32 | 317 | 57 | 62 |
| Binary | 1000100 | 10000110 | 10111100 | 1000000 | 11101 | 0 | 11010 | 11001111 | 101111 | 110010 |
Color Harmonies of #4486BC
Complementary color
Monochromatic Colors of #4486BC
Black with #4486BC
Text Example
Text Example
White with #4486BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486BC; }
p { color: rgb(68,134,188); }
H1.HeaderClassName
{
color: #4486BC;
}
.AnyTagClassName
{
color: #4486BC;
}
</style>
background-color css
<style>
a { background-color: #4486BC; }
a { background-color: rgb(68,134,188); }
div.DivClassName
{
background-color: #4486BC;
}
.BgClassName
{
background-color: #4486BC;
}
</style>
border-color css
<style>
span { border-color: #4486BC; }
span { border-color: rgb(68,134,188); }
td.TdClassName
{
border-color: #4486BC;
}
.TagClassName
{
border-color: #4486BC;
}
</style>