Html Css Color HEX #449E95 Blue Chill

📋 copy color: '#449E95'

red 68 ◦ green 158 ◦ blue 149

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

Shades of Blue Chill #449E95

Tints of Blue Chill #449E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 18.13%
G = 42.13%
B = 39.73%

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

#449E95 (or 0x449E95) is known color: Blue Chill. HEX triplet: 44, 9E and 95. RGB value is (68,158,149). Sum of RGB (Red+Green+Blue) = 68+158+149=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #449E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E95 is #BB616A. Grayscale: #828282. Windows color (decimal): -12280171 or 9805380. OLE color: 9805380.

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

Color convert

RGB 68 158 149 -
CMYK 0.57 0 0.06 0.38
HSL 174º 0.4% 0.44% -
HSV(B) 174º 0.57% 0.62% -
XYZ 20.04 27.85 32.75 -
YUV 130.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 68 158 149 0.57 0 0.06 0.38 174 0.4 0.44
Hex 44 9E 95 39 0 6 26 AE 28 2C
Octal 104 236 225 71 0 6 46 256 50 54
Binary 1000100 10011110 10010101 111001 0 110 100110 10101110 101000 101100

Color Harmonies of #449E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E95

Black with #449E95

Text Example


Text Example

White with #449E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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