Html Css Color HEX #44999C Blue Chill

📋 copy color: '#44999C'

red 68 ◦ green 153 ◦ blue 156

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

Shades of Blue Chill #44999C

Tints of Blue Chill #44999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

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

R = 18.04%
G = 40.58%
B = 41.38%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44999C (or 0x44999C) is known color: Blue Chill. HEX triplet: 44, 99 and 9C. RGB value is (68,153,156). Sum of RGB (Red+Green+Blue) = 68+153+156=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #44999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44999C is #BB6663. Grayscale: #7F7F7F. Windows color (decimal): -12281444 or 10262852. OLE color: 10262852.

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

Color convert

RGB 68 153 156 -
CMYK 0.56 0.02 0 0.39
HSL 182.05º 0.39% 0.44% -
HSV(B) 182.05º 0.56% 0.61% -
XYZ 19.78 26.41 35.51 -
YUV 127.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 68 153 156 0.56 0.02 0 0.39 182.05 0.39 0.44
Hex 44 99 9C 38 2 0 27 B6 27 2C
Octal 104 231 234 70 2 0 47 266 47 54
Binary 1000100 10011001 10011100 111000 10 0 100111 10110110 100111 101100

Color Harmonies of #44999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44999C

Black with #44999C

Text Example


Text Example

White with #44999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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