#468E8C

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

Shades of Blue Chill #468E8C

Tints of Blue Chill #468E8C

Color information

#468E8C (or 0x468E8C) is unknown color: approx Blue Chill. HEX triplet: 46, 8E and 8C. RGB value is (70,142,140). Sum of RGB (Red+Green+Blue) = 70+142+140=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #468E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E8C is #B97173. Grayscale: #787878. Windows color (decimal): -12153204 or 9211462. OLE color: 9211462.

HSL color Cylindrical-coordinate representation of color #468E8C: hue angle of 178.33º 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 #468E8C is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB70142140-
CMYK0.5100.010.44
HSL178.33º33.96%41.57%-
HSV(B)178.33º50.7%55.69%-
XYZ16.9322.5428.27-
YUV120.24139.1592.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=19.89%
G=40.34%
B=39.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701421400.5100.010.44178.3333.9641.57
Hex468E8C33012Cb2222a
Octal1062162146301542624252
Binary100011010001110100011001100110110110010110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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