Shades of Curious Blue #4486C1
Tints of Curious Blue #4486C1
RGB
CMYK
RGB Variations
Color information
#4486C1 (or 0x4486C1) is known color: Curious Blue. HEX triplet: 44, 86 and C1. RGB value is (68,134,193). Sum of RGB (Red+Green+Blue) = 68+134+193=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #4486C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486C1 is #BB793E. Grayscale: #787878. Windows color (decimal): -12286271 or 12682820. OLE color: 12682820.
HSL color Cylindrical-coordinate representation of color #4486C1: hue angle of 208.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4486C1 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 134 | 193 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.24 |
| HSL | 208.32º | 0.5% | 0.51% | - |
| HSV(B) | 208.32º | 0.65% | 0.76% | - |
| XYZ | 20.53 | 22.13 | 53.64 | - |
| YUV | 120.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 193 | 0.65 | 0.31 | 0 | 0.24 | 208.32 | 0.5 | 0.51 |
| Hex | 44 | 86 | C1 | 41 | 1F | 0 | 18 | D0 | 32 | 33 |
| Octal | 104 | 206 | 301 | 101 | 37 | 0 | 30 | 320 | 62 | 63 |
| Binary | 1000100 | 10000110 | 11000001 | 1000001 | 11111 | 0 | 11000 | 11010000 | 110010 | 110011 |
Color Harmonies of #4486C1
Complementary color
Monochromatic Colors of #4486C1
Black with #4486C1
Text Example
Text Example
White with #4486C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486C1; }
p { color: rgb(68,134,193); }
H1.HeaderClassName
{
color: #4486C1;
}
.AnyTagClassName
{
color: #4486C1;
}
</style>
background-color css
<style>
a { background-color: #4486C1; }
a { background-color: rgb(68,134,193); }
div.DivClassName
{
background-color: #4486C1;
}
.BgClassName
{
background-color: #4486C1;
}
</style>
border-color css
<style>
span { border-color: #4486C1; }
span { border-color: rgb(68,134,193); }
td.TdClassName
{
border-color: #4486C1;
}
.TagClassName
{
border-color: #4486C1;
}
</style>