#468890

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

Shades of Blue Chill #468890

Tints of Blue Chill #468890

Color information

#468890 (or 0x468890) is unknown color: approx Blue Chill. HEX triplet: 46, 88 and 90. RGB value is (70,136,144). Sum of RGB (Red+Green+Blue) = 70+136+144=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #468890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468890 is #B9776F. Grayscale: #757575. Windows color (decimal): -12154736 or 9472070. OLE color: 9472070.

HSL color Cylindrical-coordinate representation of color #468890: hue angle of 186.49º degrees, saturation: 0.35, 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 #468890 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70136144-
CMYK0.510.0600.44
HSL186.49º34.58%41.96%-
HSV(B)186.49º51.39%56.47%-
XYZ16.3620.9229.56-
YUV117.18143.1394.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=20%
G=38.86%
B=41.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701361440.510.0600.44186.4934.5841.96
Hex46889033602Cba232a
Octal1062102206360542724352
Binary10001101000100010010000110011110010110010111010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468890; }

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

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

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

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

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

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

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

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