Shades of Blue Chill #468C93
Tints of Blue Chill #468C93
RGB
CMYK
RGB Variations
Color information
#468C93 (or 0x468C93) is known color: Blue Chill. HEX triplet: 46, 8C and 93. RGB value is (70,140,147). Sum of RGB (Red+Green+Blue) = 70+140+147=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #468C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C93 is #B9736C. Grayscale: #777777. Windows color (decimal): -12153709 or 9669702. OLE color: 9669702.
HSL color Cylindrical-coordinate representation of color #468C93: hue angle of 185.45º 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 #468C93 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 140 | 147 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.42 |
| HSL | 185.45º | 0.35% | 0.43% | - |
| HSV(B) | 185.45º | 0.52% | 0.58% | - |
| XYZ | 17.17 | 22.16 | 30.98 | - |
| YUV | 119.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 147 | 0.52 | 0.05 | 0 | 0.42 | 185.45 | 0.35 | 0.43 |
| Hex | 46 | 8C | 93 | 34 | 5 | 0 | 2A | B9 | 23 | 2B |
| Octal | 106 | 214 | 223 | 64 | 5 | 0 | 52 | 271 | 43 | 53 |
| Binary | 1000110 | 10001100 | 10010011 | 110100 | 101 | 0 | 101010 | 10111001 | 100011 | 101011 |
Color Harmonies of #468C93
Complementary color
Monochromatic Colors of #468C93
Black with #468C93
Text Example
Text Example
White with #468C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C93; }
p { color: rgb(70,140,147); }
H1.HeaderClassName
{
color: #468C93;
}
.AnyTagClassName
{
color: #468C93;
}
</style>
background-color css
<style>
a { background-color: #468C93; }
a { background-color: rgb(70,140,147); }
div.DivClassName
{
background-color: #468C93;
}
.BgClassName
{
background-color: #468C93;
}
</style>
border-color css
<style>
span { border-color: #468C93; }
span { border-color: rgb(70,140,147); }
td.TdClassName
{
border-color: #468C93;
}
.TagClassName
{
border-color: #468C93;
}
</style>