#44929B

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

Shades of Blue Chill #44929B

Tints of Blue Chill #44929B

Color information

#44929B (or 0x44929B) is unknown color: approx Blue Chill. HEX triplet: 44, 92 and 9B. RGB value is (68,146,155). Sum of RGB (Red+Green+Blue) = 68+146+155=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #44929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44929B is #BB6D64. Grayscale: #7B7B7B. Windows color (decimal): -12283237 or 10195524. OLE color: 10195524.

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

Color convert

RGB68146155-
CMYK0.560.0600.39
HSL186.21º39.01%43.73%-
HSV(B)186.21º56.13%60.78%-
XYZ18.5824.1534.69-
YUV123.7145.6688.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=18.43%
G=39.57%
B=42.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681461550.560.0600.39186.2139.0143.73
Hex44929B386027ba272c
Octal1042222337060472724754
Binary10001001001001010011011111000110010011110111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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