Html Css Color HEX #449E9B Blue Chill

📋 copy color: '#449E9B'

red 68 ◦ green 158 ◦ blue 155

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

Shades of Blue Chill #449E9B

Tints of Blue Chill #449E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 17.85%
G = 41.47%
B = 40.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#449E9B (or 0x449E9B) is known color: Blue Chill. HEX triplet: 44, 9E and 9B. RGB value is (68,158,155). Sum of RGB (Red+Green+Blue) = 68+158+155=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #449E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E9B is #BB6164. Grayscale: #828282. Windows color (decimal): -12280165 or 10198596. OLE color: 10198596.

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

Color convert

RGB 68 158 155 -
CMYK 0.57 0 0.02 0.38
HSL 178º 0.4% 0.44% -
HSV(B) 178º 0.57% 0.62% -
XYZ 20.53 28.05 35.34 -
YUV 130.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 68 158 155 0.57 0 0.02 0.38 178 0.4 0.44
Hex 44 9E 9B 39 0 2 26 B2 28 2C
Octal 104 236 233 71 0 2 46 262 50 54
Binary 1000100 10011110 10011011 111001 0 10 100110 10110010 101000 101100

Color Harmonies of #449E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E9B

Black with #449E9B

Text Example


Text Example

White with #449E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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