Html Css Color HEX #44959A Blue Chill

📋 copy color: '#44959A'

red 68 ◦ green 149 ◦ blue 154

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

Shades of Blue Chill #44959A

Tints of Blue Chill #44959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 18.33%
G = 40.16%
B = 41.51%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#44959A (or 0x44959A) is known color: Blue Chill. HEX triplet: 44, 95 and 9A. RGB value is (68,149,154). Sum of RGB (Red+Green+Blue) = 68+149+154=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #44959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44959A is #BB6A65. Grayscale: #7D7D7D. Windows color (decimal): -12282470 or 10130756. OLE color: 10130756.

HSL color Cylindrical-coordinate representation of color #44959A: hue angle of 183.49º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44959A is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 149 154 -
CMYK 0.56 0.03 0 0.40
HSL 183.49º 0.39% 0.44% -
HSV(B) 183.49º 0.56% 0.6% -
XYZ 18.96 25.06 34.41 -
YUV 125.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 68 149 154 0.56 0.03 0 0.40 183.49 0.39 0.44
Hex 44 95 9A 38 3 0 28 B7 27 2C
Octal 104 225 232 70 3 0 50 267 47 54
Binary 1000100 10010101 10011010 111000 11 0 101000 10110111 100111 101100

Color Harmonies of #44959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44959A

Black with #44959A

Text Example


Text Example

White with #44959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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