Html Css Color HEX #44949C Blue Chill

📋 copy color: '#44949C'

red 68 ◦ green 148 ◦ blue 156

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

Shades of Blue Chill #44949C

Tints of Blue Chill #44949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 18.28%
G = 39.78%
B = 41.94%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44949C (or 0x44949C) is known color: Blue Chill. HEX triplet: 44, 94 and 9C. RGB value is (68,148,156). Sum of RGB (Red+Green+Blue) = 68+148+156=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #44949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44949C is #BB6B63. Grayscale: #7C7C7C. Windows color (decimal): -12282724 or 10261572. OLE color: 10261572.

HSL color Cylindrical-coordinate representation of color #44949C: hue angle of 185.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 #44949C is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 148 156 -
CMYK 0.56 0.05 0 0.39
HSL 185.45º 0.39% 0.44% -
HSV(B) 185.45º 0.56% 0.61% -
XYZ 18.97 24.81 35.24 -
YUV 124.99 145.5 87.35 -
System Red Green Blue C M Y K H S L
Decimal 68 148 156 0.56 0.05 0 0.39 185.45 0.39 0.44
Hex 44 94 9C 38 5 0 27 B9 27 2C
Octal 104 224 234 70 5 0 47 271 47 54
Binary 1000100 10010100 10011100 111000 101 0 100111 10111001 100111 101100

Color Harmonies of #44949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44949C

Black with #44949C

Text Example


Text Example

White with #44949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44949C; }

 p { color: rgb(68,148,156); }

 H1.HeaderClassName
 {
   color: #44949C;
 }
 .AnyTagClassName
 {
   color: #44949C;
 }
</style>

background-color css

<style>
 a { background-color: #44949C; }

 a { background-color: rgb(68,148,156); }

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

border-color css

<style>
 span { border-color: #44949C; }

 span { border-color: rgb(68,148,156); }

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