Html Css Color HEX #44949B Blue Chill

📋 copy color: '#44949B'

red 68 ◦ green 148 ◦ blue 155

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

Shades of Blue Chill #44949B

Tints of Blue Chill #44949B

RGB

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

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

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

R = 18.33%
G = 39.89%
B = 41.78%

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

#44949B (or 0x44949B) is known color: Blue Chill. HEX triplet: 44, 94 and 9B. RGB value is (68,148,155). Sum of RGB (Red+Green+Blue) = 68+148+155=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #44949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44949B is #BB6B64. Grayscale: #7C7C7C. Windows color (decimal): -12282725 or 10196036. OLE color: 10196036.

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

Color convert

RGB 68 148 155 -
CMYK 0.56 0.05 0 0.39
HSL 184.83º 0.39% 0.44% -
HSV(B) 184.83º 0.56% 0.61% -
XYZ 18.89 24.78 34.8 -
YUV 124.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 68 148 155 0.56 0.05 0 0.39 184.83 0.39 0.44
Hex 44 94 9B 38 5 0 27 B9 27 2C
Octal 104 224 233 70 5 0 47 271 47 54
Binary 1000100 10010100 10011011 111000 101 0 100111 10111001 100111 101100

Color Harmonies of #44949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44949B

Black with #44949B

Text Example


Text Example

White with #44949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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