#44989B

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

Shades of Blue Chill #44989B

Tints of Blue Chill #44989B

Color information

#44989B (or 0x44989B) is unknown color: approx Blue Chill. HEX triplet: 44, 98 and 9B. RGB value is (68,152,155). Sum of RGB (Red+Green+Blue) = 68+152+155=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #44989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44989B is #BB6764. Grayscale: #7F7F7F. Windows color (decimal): -12281701 or 10197060. OLE color: 10197060.

HSL color Cylindrical-coordinate representation of color #44989B: hue angle of 182.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44989B is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68152155-
CMYK0.560.0200.39
HSL182.07º39.01%43.73%-
HSV(B)182.07º56.13%60.78%-
XYZ19.5326.0535.01-
YUV127.23143.6785.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=18.13%
G=40.53%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681521550.560.0200.39182.0739.0143.73
Hex44989B382027b6272c
Octal1042302337020472664754
Binary1000100100110001001101111100010010011110110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44989B; }

 p { color: rgb(68,152,155); }

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

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

 a { background-color: rgb(68,152,155); }

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

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

 span { border-color: rgb(68,152,155); }

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