Html Css Color HEX #44959E Blue Chill

📋 copy color: '#44959E'

red 68 ◦ green 149 ◦ blue 158

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

Shades of Blue Chill #44959E

Tints of Blue Chill #44959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 18.13%
G = 39.73%
B = 42.13%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44959E (or 0x44959E) is known color: Blue Chill. HEX triplet: 44, 95 and 9E. RGB value is (68,149,158). Sum of RGB (Red+Green+Blue) = 68+149+158=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #44959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44959E is #BB6A61. Grayscale: #7D7D7D. Windows color (decimal): -12282466 or 10392900. OLE color: 10392900.

HSL color Cylindrical-coordinate representation of color #44959E: hue angle of 186º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44959E is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 149 158 -
CMYK 0.57 0.06 0 0.38
HSL 186º 0.4% 0.44% -
HSV(B) 186º 0.57% 0.62% -
XYZ 19.3 25.19 36.19 -
YUV 125.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 68 149 158 0.57 0.06 0 0.38 186 0.4 0.44
Hex 44 95 9E 39 6 0 26 BA 28 2C
Octal 104 225 236 71 6 0 46 272 50 54
Binary 1000100 10010101 10011110 111001 110 0 100110 10111010 101000 101100

Color Harmonies of #44959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44959E

Black with #44959E

Text Example


Text Example

White with #44959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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