#468A88

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

Shades of Blue Chill #468A88

Tints of Blue Chill #468A88

Color information

#468A88 (or 0x468A88) is unknown color: approx Blue Chill. HEX triplet: 46, 8A and 88. RGB value is (70,138,136). Sum of RGB (Red+Green+Blue) = 70+138+136=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #468A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A88 is #B97577. Grayscale: #757575. Windows color (decimal): -12154232 or 8948294. OLE color: 8948294.

HSL color Cylindrical-coordinate representation of color #468A88: hue angle of 178.24º degrees, saturation: 0.33, 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 #468A88 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB70138136-
CMYK0.4900.010.46
HSL178.24º32.69%40.78%-
HSV(B)178.24º49.28%54.12%-
XYZ16.0621.2626.55-
YUV117.44138.4794.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=20.35%
G=40.12%
B=39.53%

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
Decimal701381360.4900.010.46178.2432.6940.78
Hex468A8831012Eb22129
Octal1062122106101562624151
Binary100011010001010100010001100010110111010110010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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