#44969B

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

Shades of Blue Chill #44969B

Tints of Blue Chill #44969B

Color information

#44969B (or 0x44969B) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 9B. RGB value is (68,150,155). Sum of RGB (Red+Green+Blue) = 68+150+155=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #44969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44969B is #BB6964. Grayscale: #7D7D7D. Windows color (decimal): -12282213 or 10196548. OLE color: 10196548.

HSL color Cylindrical-coordinate representation of color #44969B: hue angle of 183.45º 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 #44969B is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68150155-
CMYK0.560.0300.39
HSL183.45º39.01%43.73%-
HSV(B)183.45º56.13%60.78%-
XYZ19.2125.4134.9-
YUV126.05144.3386.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=18.23%
G=40.21%
B=41.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681501550.560.0300.39183.4539.0143.73
Hex44969B383027b7272c
Octal1042262337030472674754
Binary1000100100101101001101111100011010011110110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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