Html Css Color HEX #44959B Blue Chill

📋 copy color: '#44959B'

red 68 ◦ green 149 ◦ blue 155

#44959B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #44959B

Tints of Blue Chill #44959B

RGB

 RED value IS 68 (26.95% from 255) = 18.28%

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 18.28%
G = 40.05%
B = 41.67%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44959B (or 0x44959B) is known color: Blue Chill. HEX triplet: 44, 95 and 9B. RGB value is (68,149,155). Sum of RGB (Red+Green+Blue) = 68+149+155=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #44959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44959B is #BB6A64. Grayscale: #7D7D7D. Windows color (decimal): -12282469 or 10196292. OLE color: 10196292.

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

Color convert

RGB 68 149 155 -
CMYK 0.56 0.04 0 0.39
HSL 184.14º 0.39% 0.44% -
HSV(B) 184.14º 0.56% 0.61% -
XYZ 19.05 25.09 34.85 -
YUV 125.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 68 149 155 0.56 0.04 0 0.39 184.14 0.39 0.44
Hex 44 95 9B 38 4 0 27 B8 27 2C
Octal 104 225 233 70 4 0 47 270 47 54
Binary 1000100 10010101 10011011 111000 100 0 100111 10111000 100111 101100

Color Harmonies of #44959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44959B

Black with #44959B

Text Example


Text Example

White with #44959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44959B;
 }
 .AnyTagClassName
 {
   color: #44959B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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