Shades of Curious Blue #468BC6
Tints of Curious Blue #468BC6
RGB
CMYK
RGB Variations
Color information
#468BC6 (or 0x468BC6) is known color: Curious Blue. HEX triplet: 46, 8B and C6. RGB value is (70,139,198). Sum of RGB (Red+Green+Blue) = 70+139+198=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #468BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BC6 is #B97439. Grayscale: #7C7C7C. Windows color (decimal): -12153914 or 13011782. OLE color: 13011782.
HSL color Cylindrical-coordinate representation of color #468BC6: hue angle of 207.66º 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 #468BC6 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 139 | 198 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.22 |
| HSL | 207.66º | 0.53% | 0.53% | - |
| HSV(B) | 207.66º | 0.65% | 0.78% | - |
| XYZ | 21.95 | 23.84 | 56.87 | - |
| YUV | 125.1 | 169.14 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 198 | 0.65 | 0.30 | 0 | 0.22 | 207.66 | 0.53 | 0.53 |
| Hex | 46 | 8B | C6 | 41 | 1E | 0 | 16 | D0 | 35 | 35 |
| Octal | 106 | 213 | 306 | 101 | 36 | 0 | 26 | 320 | 65 | 65 |
| Binary | 1000110 | 10001011 | 11000110 | 1000001 | 11110 | 0 | 10110 | 11010000 | 110101 | 110101 |
Color Harmonies of #468BC6
Complementary color
Monochromatic Colors of #468BC6
Black with #468BC6
Text Example
Text Example
White with #468BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BC6; }
p { color: rgb(70,139,198); }
H1.HeaderClassName
{
color: #468BC6;
}
.AnyTagClassName
{
color: #468BC6;
}
</style>
background-color css
<style>
a { background-color: #468BC6; }
a { background-color: rgb(70,139,198); }
div.DivClassName
{
background-color: #468BC6;
}
.BgClassName
{
background-color: #468BC6;
}
</style>
border-color css
<style>
span { border-color: #468BC6; }
span { border-color: rgb(70,139,198); }
td.TdClassName
{
border-color: #468BC6;
}
.TagClassName
{
border-color: #468BC6;
}
</style>