Shades of Curious Blue #468ABA
Tints of Curious Blue #468ABA
RGB
CMYK
RGB Variations
Color information
#468ABA (or 0x468ABA) is known color: Curious Blue. HEX triplet: 46, 8A and BA. RGB value is (70,138,186). Sum of RGB (Red+Green+Blue) = 70+138+186=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #468ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ABA is #B97545. Grayscale: #7A7A7A. Windows color (decimal): -12154182 or 12225094. OLE color: 12225094.
HSL color Cylindrical-coordinate representation of color #468ABA: hue angle of 204.83º 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 #468ABA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 138 | 186 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.27 |
| HSL | 204.83º | 0.46% | 0.5% | - |
| HSV(B) | 204.83º | 0.62% | 0.73% | - |
| XYZ | 20.48 | 23.02 | 49.82 | - |
| YUV | 123.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 186 | 0.62 | 0.26 | 0 | 0.27 | 204.83 | 0.46 | 0.5 |
| Hex | 46 | 8A | BA | 3E | 1A | 0 | 1B | CD | 2E | 32 |
| Octal | 106 | 212 | 272 | 76 | 32 | 0 | 33 | 315 | 56 | 62 |
| Binary | 1000110 | 10001010 | 10111010 | 111110 | 11010 | 0 | 11011 | 11001101 | 101110 | 110010 |
Color Harmonies of #468ABA
Complementary color
Monochromatic Colors of #468ABA
Black with #468ABA
Text Example
Text Example
White with #468ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ABA; }
p { color: rgb(70,138,186); }
H1.HeaderClassName
{
color: #468ABA;
}
.AnyTagClassName
{
color: #468ABA;
}
</style>
background-color css
<style>
a { background-color: #468ABA; }
a { background-color: rgb(70,138,186); }
div.DivClassName
{
background-color: #468ABA;
}
.BgClassName
{
background-color: #468ABA;
}
</style>
border-color css
<style>
span { border-color: #468ABA; }
span { border-color: rgb(70,138,186); }
td.TdClassName
{
border-color: #468ABA;
}
.TagClassName
{
border-color: #468ABA;
}
</style>