Html Css Color HEX #449E9D Blue Chill

📋 copy color: '#449E9D'

red 68 ◦ green 158 ◦ blue 157

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

Shades of Blue Chill #449E9D

Tints of Blue Chill #449E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 17.75%
G = 41.25%
B = 40.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#449E9D (or 0x449E9D) is known color: Blue Chill. HEX triplet: 44, 9E and 9D. RGB value is (68,158,157). Sum of RGB (Red+Green+Blue) = 68+158+157=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #449E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E9D is #BB6162. Grayscale: #828282. Windows color (decimal): -12280163 or 10329668. OLE color: 10329668.

HSL color Cylindrical-coordinate representation of color #449E9D: hue angle of 179.33º 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 #449E9D is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 157 -
CMYK 0.57 0 0.01 0.38
HSL 179.33º 0.4% 0.44% -
HSV(B) 179.33º 0.57% 0.62% -
XYZ 20.7 28.12 36.23 -
YUV 130.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 68 158 157 0.57 0 0.01 0.38 179.33 0.4 0.44
Hex 44 9E 9D 39 0 1 26 B3 28 2C
Octal 104 236 235 71 0 1 46 263 50 54
Binary 1000100 10011110 10011101 111001 0 1 100110 10110011 101000 101100

Color Harmonies of #449E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E9D

Black with #449E9D

Text Example


Text Example

White with #449E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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