Shades of Curious Blue #407AC6
Tints of Curious Blue #407AC6
RGB
CMYK
RGB Variations
Color information
#407AC6 (or 0x407AC6) is known color: Curious Blue. HEX triplet: 40, 7A and C6. RGB value is (64,122,198). Sum of RGB (Red+Green+Blue) = 64+122+198=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #407AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AC6 is #BF8539. Grayscale: #707070. Windows color (decimal): -12551482 or 13007424. OLE color: 13007424.
HSL color Cylindrical-coordinate representation of color #407AC6: hue angle of 214.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407AC6 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 122 | 198 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.22 |
| HSL | 214.03º | 0.54% | 0.51% | - |
| HSV(B) | 214.03º | 0.68% | 0.78% | - |
| XYZ | 19.27 | 19.09 | 56.09 | - |
| YUV | 113.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 198 | 0.68 | 0.38 | 0 | 0.22 | 214.03 | 0.54 | 0.51 |
| Hex | 40 | 7A | C6 | 44 | 26 | 0 | 16 | D6 | 36 | 33 |
| Octal | 100 | 172 | 306 | 104 | 46 | 0 | 26 | 326 | 66 | 63 |
| Binary | 1000000 | 1111010 | 11000110 | 1000100 | 100110 | 0 | 10110 | 11010110 | 110110 | 110011 |
Color Harmonies of #407AC6
Complementary color
Monochromatic Colors of #407AC6
Black with #407AC6
Text Example
Text Example
White with #407AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AC6; }
p { color: rgb(64,122,198); }
H1.HeaderClassName
{
color: #407AC6;
}
.AnyTagClassName
{
color: #407AC6;
}
</style>
background-color css
<style>
a { background-color: #407AC6; }
a { background-color: rgb(64,122,198); }
div.DivClassName
{
background-color: #407AC6;
}
.BgClassName
{
background-color: #407AC6;
}
</style>
border-color css
<style>
span { border-color: #407AC6; }
span { border-color: rgb(64,122,198); }
td.TdClassName
{
border-color: #407AC6;
}
.TagClassName
{
border-color: #407AC6;
}
</style>