Shades of Curious Blue #468FC1
Tints of Curious Blue #468FC1
RGB
CMYK
RGB Variations
Color information
#468FC1 (or 0x468FC1) is known color: Curious Blue. HEX triplet: 46, 8F and C1. RGB value is (70,143,193). Sum of RGB (Red+Green+Blue) = 70+143+193=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #468FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FC1 is #B9703E. Grayscale: #7E7E7E. Windows color (decimal): -12152895 or 12685126. OLE color: 12685126.
HSL color Cylindrical-coordinate representation of color #468FC1: hue angle of 204.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468FC1 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 143 | 193 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.24 |
| HSL | 204.39º | 0.5% | 0.52% | - |
| HSV(B) | 204.39º | 0.64% | 0.76% | - |
| XYZ | 21.97 | 24.8 | 54.08 | - |
| YUV | 126.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 193 | 0.64 | 0.26 | 0 | 0.24 | 204.39 | 0.5 | 0.52 |
| Hex | 46 | 8F | C1 | 40 | 1A | 0 | 18 | CC | 32 | 34 |
| Octal | 106 | 217 | 301 | 100 | 32 | 0 | 30 | 314 | 62 | 64 |
| Binary | 1000110 | 10001111 | 11000001 | 1000000 | 11010 | 0 | 11000 | 11001100 | 110010 | 110100 |
Color Harmonies of #468FC1
Complementary color
Monochromatic Colors of #468FC1
Black with #468FC1
Text Example
Text Example
White with #468FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FC1; }
p { color: rgb(70,143,193); }
H1.HeaderClassName
{
color: #468FC1;
}
.AnyTagClassName
{
color: #468FC1;
}
</style>
background-color css
<style>
a { background-color: #468FC1; }
a { background-color: rgb(70,143,193); }
div.DivClassName
{
background-color: #468FC1;
}
.BgClassName
{
background-color: #468FC1;
}
</style>
border-color css
<style>
span { border-color: #468FC1; }
span { border-color: rgb(70,143,193); }
td.TdClassName
{
border-color: #468FC1;
}
.TagClassName
{
border-color: #468FC1;
}
</style>