#468E8B

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

Shades of Blue Chill #468E8B

Tints of Blue Chill #468E8B

Color information

#468E8B (or 0x468E8B) is unknown color: approx Blue Chill. HEX triplet: 46, 8E and 8B. RGB value is (70,142,139). Sum of RGB (Red+Green+Blue) = 70+142+139=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #468E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E8B is #B97174. Grayscale: #787878. Windows color (decimal): -12153205 or 9145926. OLE color: 9145926.

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

Color convert

RGB70142139-
CMYK0.5100.020.44
HSL177.5º33.96%41.57%-
HSV(B)177.5º50.7%55.69%-
XYZ16.8622.5127.88-
YUV120.13138.6592.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=19.94%
G=40.46%
B=39.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701421390.5100.020.44177.533.9641.57
Hex468E8B33022Cb2222a
Octal1062162136302542624252
Binary1000110100011101000101111001101010110010110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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