Shades of Curious Blue #468DC6
Tints of Curious Blue #468DC6
RGB
CMYK
RGB Variations
Color information
#468DC6 (or 0x468DC6) is known color: Curious Blue. HEX triplet: 46, 8D and C6. RGB value is (70,141,198). Sum of RGB (Red+Green+Blue) = 70+141+198=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #468DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DC6 is #B97239. Grayscale: #7D7D7D. Windows color (decimal): -12153402 or 13012294. OLE color: 13012294.
HSL color Cylindrical-coordinate representation of color #468DC6: hue angle of 206.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468DC6 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 141 | 198 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.22 |
| HSL | 206.72º | 0.53% | 0.53% | - |
| HSV(B) | 206.72º | 0.65% | 0.78% | - |
| XYZ | 22.24 | 24.43 | 56.97 | - |
| YUV | 126.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 198 | 0.65 | 0.29 | 0 | 0.22 | 206.72 | 0.53 | 0.53 |
| Hex | 46 | 8D | C6 | 41 | 1D | 0 | 16 | CF | 35 | 35 |
| Octal | 106 | 215 | 306 | 101 | 35 | 0 | 26 | 317 | 65 | 65 |
| Binary | 1000110 | 10001101 | 11000110 | 1000001 | 11101 | 0 | 10110 | 11001111 | 110101 | 110101 |
Color Harmonies of #468DC6
Complementary color
Monochromatic Colors of #468DC6
Black with #468DC6
Text Example
Text Example
White with #468DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DC6; }
p { color: rgb(70,141,198); }
H1.HeaderClassName
{
color: #468DC6;
}
.AnyTagClassName
{
color: #468DC6;
}
</style>
background-color css
<style>
a { background-color: #468DC6; }
a { background-color: rgb(70,141,198); }
div.DivClassName
{
background-color: #468DC6;
}
.BgClassName
{
background-color: #468DC6;
}
</style>
border-color css
<style>
span { border-color: #468DC6; }
span { border-color: rgb(70,141,198); }
td.TdClassName
{
border-color: #468DC6;
}
.TagClassName
{
border-color: #468DC6;
}
</style>