Shades of Blue Chill #468B93
Tints of Blue Chill #468B93
RGB
CMYK
RGB Variations
Color information
#468B93 (or 0x468B93) is known color: Blue Chill. HEX triplet: 46, 8B and 93. RGB value is (70,139,147). Sum of RGB (Red+Green+Blue) = 70+139+147=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #468B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B93 is #B9746C. Grayscale: #777777. Windows color (decimal): -12153965 or 9669446. OLE color: 9669446.
HSL color Cylindrical-coordinate representation of color #468B93: hue angle of 186.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468B93 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 139 | 147 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.42 |
| HSL | 186.23º | 0.35% | 0.43% | - |
| HSV(B) | 186.23º | 0.52% | 0.58% | - |
| XYZ | 17.02 | 21.87 | 30.93 | - |
| YUV | 119.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 147 | 0.52 | 0.05 | 0 | 0.42 | 186.23 | 0.35 | 0.43 |
| Hex | 46 | 8B | 93 | 34 | 5 | 0 | 2A | BA | 23 | 2B |
| Octal | 106 | 213 | 223 | 64 | 5 | 0 | 52 | 272 | 43 | 53 |
| Binary | 1000110 | 10001011 | 10010011 | 110100 | 101 | 0 | 101010 | 10111010 | 100011 | 101011 |
Color Harmonies of #468B93
Complementary color
Monochromatic Colors of #468B93
Black with #468B93
Text Example
Text Example
White with #468B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B93; }
p { color: rgb(70,139,147); }
H1.HeaderClassName
{
color: #468B93;
}
.AnyTagClassName
{
color: #468B93;
}
</style>
background-color css
<style>
a { background-color: #468B93; }
a { background-color: rgb(70,139,147); }
div.DivClassName
{
background-color: #468B93;
}
.BgClassName
{
background-color: #468B93;
}
</style>
border-color css
<style>
span { border-color: #468B93; }
span { border-color: rgb(70,139,147); }
td.TdClassName
{
border-color: #468B93;
}
.TagClassName
{
border-color: #468B93;
}
</style>