Shades of Curious Blue #468AC0
Tints of Curious Blue #468AC0
RGB
CMYK
RGB Variations
Color information
#468AC0 (or 0x468AC0) is known color: Curious Blue. HEX triplet: 46, 8A and C0. RGB value is (70,138,192). Sum of RGB (Red+Green+Blue) = 70+138+192=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #468AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468AC0 is #B9753F. Grayscale: #7B7B7B. Windows color (decimal): -12154176 or 12618310. OLE color: 12618310.
HSL color Cylindrical-coordinate representation of color #468AC0: hue angle of 206.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468AC0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 138 | 192 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.25 |
| HSL | 206.56º | 0.49% | 0.51% | - |
| HSV(B) | 206.56º | 0.64% | 0.75% | - |
| XYZ | 21.13 | 23.28 | 53.25 | - |
| YUV | 123.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 192 | 0.64 | 0.28 | 0 | 0.25 | 206.56 | 0.49 | 0.51 |
| Hex | 46 | 8A | C0 | 40 | 1C | 0 | 19 | CF | 31 | 33 |
| Octal | 106 | 212 | 300 | 100 | 34 | 0 | 31 | 317 | 61 | 63 |
| Binary | 1000110 | 10001010 | 11000000 | 1000000 | 11100 | 0 | 11001 | 11001111 | 110001 | 110011 |
Color Harmonies of #468AC0
Complementary color
Monochromatic Colors of #468AC0
Black with #468AC0
Text Example
Text Example
White with #468AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468AC0; }
p { color: rgb(70,138,192); }
H1.HeaderClassName
{
color: #468AC0;
}
.AnyTagClassName
{
color: #468AC0;
}
</style>
background-color css
<style>
a { background-color: #468AC0; }
a { background-color: rgb(70,138,192); }
div.DivClassName
{
background-color: #468AC0;
}
.BgClassName
{
background-color: #468AC0;
}
</style>
border-color css
<style>
span { border-color: #468AC0; }
span { border-color: rgb(70,138,192); }
td.TdClassName
{
border-color: #468AC0;
}
.TagClassName
{
border-color: #468AC0;
}
</style>