#468A90

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

Shades of Blue Chill #468A90

Tints of Blue Chill #468A90

Color information

#468A90 (or 0x468A90) is unknown color: approx Blue Chill. HEX triplet: 46, 8A and 90. RGB value is (70,138,144). Sum of RGB (Red+Green+Blue) = 70+138+144=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #468A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A90 is #B9756F. Grayscale: #767676. Windows color (decimal): -12154224 or 9472582. OLE color: 9472582.

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

Color convert

RGB70138144-
CMYK0.510.0400.44
HSL184.86º34.58%41.96%-
HSV(B)184.86º51.39%56.47%-
XYZ16.6521.4929.66-
YUV118.35142.4793.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=19.89%
G=39.20%
B=40.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701381440.510.0400.44184.8634.5841.96
Hex468A9033402Cb9232a
Octal1062122206340542714352
Binary10001101000101010010000110011100010110010111001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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