Shades of Curious Blue #468CBA
Tints of Curious Blue #468CBA
RGB
CMYK
RGB Variations
Color information
#468CBA (or 0x468CBA) is known color: Curious Blue. HEX triplet: 46, 8C and BA. RGB value is (70,140,186). Sum of RGB (Red+Green+Blue) = 70+140+186=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #468CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBA is #B97345. Grayscale: #7C7C7C. Windows color (decimal): -12153670 or 12225606. OLE color: 12225606.
HSL color Cylindrical-coordinate representation of color #468CBA: hue angle of 203.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468CBA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 140 | 186 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.27 |
| HSL | 203.79º | 0.46% | 0.5% | - |
| HSV(B) | 203.79º | 0.62% | 0.73% | - |
| XYZ | 20.77 | 23.6 | 49.92 | - |
| YUV | 124.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 186 | 0.62 | 0.25 | 0 | 0.27 | 203.79 | 0.46 | 0.5 |
| Hex | 46 | 8C | BA | 3E | 19 | 0 | 1B | CC | 2E | 32 |
| Octal | 106 | 214 | 272 | 76 | 31 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000110 | 10001100 | 10111010 | 111110 | 11001 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #468CBA
Complementary color
Monochromatic Colors of #468CBA
Black with #468CBA
Text Example
Text Example
White with #468CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CBA; }
p { color: rgb(70,140,186); }
H1.HeaderClassName
{
color: #468CBA;
}
.AnyTagClassName
{
color: #468CBA;
}
</style>
background-color css
<style>
a { background-color: #468CBA; }
a { background-color: rgb(70,140,186); }
div.DivClassName
{
background-color: #468CBA;
}
.BgClassName
{
background-color: #468CBA;
}
</style>
border-color css
<style>
span { border-color: #468CBA; }
span { border-color: rgb(70,140,186); }
td.TdClassName
{
border-color: #468CBA;
}
.TagClassName
{
border-color: #468CBA;
}
</style>