Html Css Color HEX #449F96 Blue Chill

📋 copy color: '#449F96'

red 68 ◦ green 159 ◦ blue 150

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

Shades of Blue Chill #449F96

Tints of Blue Chill #449F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 18.04%
G = 42.18%
B = 39.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#449F96 (or 0x449F96) is known color: Blue Chill. HEX triplet: 44, 9F and 96. RGB value is (68,159,150). Sum of RGB (Red+Green+Blue) = 68+159+150=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #449F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449F96 is #BB6069. Grayscale: #828282. Windows color (decimal): -12279914 or 9871172. OLE color: 9871172.

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

Color convert

RGB 68 159 150 -
CMYK 0.57 0 0.06 0.38
HSL 174.07º 0.4% 0.45% -
HSV(B) 174.07º 0.57% 0.62% -
XYZ 20.29 28.23 33.23 -
YUV 130.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 68 159 150 0.57 0 0.06 0.38 174.07 0.4 0.45
Hex 44 9F 96 39 0 6 26 AE 28 2D
Octal 104 237 226 71 0 6 46 256 50 55
Binary 1000100 10011111 10010110 111001 0 110 100110 10101110 101000 101101

Color Harmonies of #449F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F96

Black with #449F96

Text Example


Text Example

White with #449F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449F96; }

 p { color: rgb(68,159,150); }

 H1.HeaderClassName
 {
   color: #449F96;
 }
 .AnyTagClassName
 {
   color: #449F96;
 }
</style>

background-color css

<style>
 a { background-color: #449F96; }

 a { background-color: rgb(68,159,150); }

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

border-color css

<style>
 span { border-color: #449F96; }

 span { border-color: rgb(68,159,150); }

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