Shades of Curious Blue #407EC4
Tints of Curious Blue #407EC4
RGB
CMYK
RGB Variations
Color information
#407EC4 (or 0x407EC4) is known color: Curious Blue. HEX triplet: 40, 7E and C4. RGB value is (64,126,196). Sum of RGB (Red+Green+Blue) = 64+126+196=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #407EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EC4 is #BF813B. Grayscale: #737373. Windows color (decimal): -12550460 or 12877376. OLE color: 12877376.
HSL color Cylindrical-coordinate representation of color #407EC4: hue angle of 211.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407EC4 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 126 | 196 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.23 |
| HSL | 211.82º | 0.53% | 0.51% | - |
| HSV(B) | 211.82º | 0.67% | 0.77% | - |
| XYZ | 19.54 | 20 | 55.05 | - |
| YUV | 115.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 196 | 0.67 | 0.36 | 0 | 0.23 | 211.82 | 0.53 | 0.51 |
| Hex | 40 | 7E | C4 | 43 | 24 | 0 | 17 | D4 | 35 | 33 |
| Octal | 100 | 176 | 304 | 103 | 44 | 0 | 27 | 324 | 65 | 63 |
| Binary | 1000000 | 1111110 | 11000100 | 1000011 | 100100 | 0 | 10111 | 11010100 | 110101 | 110011 |
Color Harmonies of #407EC4
Complementary color
Monochromatic Colors of #407EC4
Black with #407EC4
Text Example
Text Example
White with #407EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EC4; }
p { color: rgb(64,126,196); }
H1.HeaderClassName
{
color: #407EC4;
}
.AnyTagClassName
{
color: #407EC4;
}
</style>
background-color css
<style>
a { background-color: #407EC4; }
a { background-color: rgb(64,126,196); }
div.DivClassName
{
background-color: #407EC4;
}
.BgClassName
{
background-color: #407EC4;
}
</style>
border-color css
<style>
span { border-color: #407EC4; }
span { border-color: rgb(64,126,196); }
td.TdClassName
{
border-color: #407EC4;
}
.TagClassName
{
border-color: #407EC4;
}
</style>