#468988

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

Shades of Blue Chill #468988

Tints of Blue Chill #468988

Color information

#468988 (or 0x468988) is unknown color: approx Blue Chill. HEX triplet: 46, 89 and 88. RGB value is (70,137,136). Sum of RGB (Red+Green+Blue) = 70+137+136=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #468988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468988 is #B97677. Grayscale: #747474. Windows color (decimal): -12154488 or 8948038. OLE color: 8948038.

HSL color Cylindrical-coordinate representation of color #468988: hue angle of 179.1º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468988 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB70137136-
CMYK0.4900.010.46
HSL179.1º32.37%40.59%-
HSV(B)179.1º48.91%53.73%-
XYZ15.9220.9726.5-
YUV116.85138.894.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=20.41%
G=39.94%
B=39.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371360.4900.010.46179.132.3740.59
Hex46898831012Eb32029
Octal1062112106101562634051
Binary100011010001001100010001100010110111010110011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468988; }

 p { color: rgb(70,137,136); }

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

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

 a { background-color: rgb(70,137,136); }

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

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

 span { border-color: rgb(70,137,136); }

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