#468D8E

Color #468D8E Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #468D8E

Tints of Blue Chill #468D8E

Color information

#468D8E (or 0x468D8E) is unknown color: approx Blue Chill. HEX triplet: 46, 8D and 8E. RGB value is (70,141,142). Sum of RGB (Red+Green+Blue) = 70+141+142=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #468D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D8E is #B97271. Grayscale: #777777. Windows color (decimal): -12153458 or 9342278. OLE color: 9342278.

HSL color Cylindrical-coordinate representation of color #468D8E: hue angle of 180.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468D8E is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70141142-
CMYK0.510.0100.44
HSL180.83º33.96%41.57%-
HSV(B)180.83º50.7%55.69%-
XYZ16.9322.329-
YUV119.88140.4892.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=19.83%
G=39.94%
B=40.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701411420.510.0100.44180.8333.9641.57
Hex468D8E33102Cb5222a
Octal1062152166310542654252
Binary100011010001101100011101100111010110010110101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468D8E; }

 p { color: rgb(70,141,142); }

 H1.HeaderClassName
 {
   color: #468D8E;
 }
 .AnyTagClassName
 {
   color: #468D8E;
 }
</style>
background-color css

<style>
 a { background-color: #468D8E; }

 a { background-color: rgb(70,141,142); }

 div.DivClassName
 {
   background-color: #468D8E;
 }
 .BgClassName
 {
   background-color: #468D8E;
 }
</style>
border-color css

<style>
 span { border-color: #468D8E; }

 span { border-color: rgb(70,141,142); }

 td.TdClassName
 {
   border-color: #468D8E;
 }
 .TagClassName
 {
   border-color: #468D8E;
 }
</style>