Html Css Color HEX #449D93 Blue Chill

📋 copy color: '#449D93'

red 68 ◦ green 157 ◦ blue 147

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

Shades of Blue Chill #449D93

Tints of Blue Chill #449D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 18.28%
G = 42.2%
B = 39.52%

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

#449D93 (or 0x449D93) is known color: Blue Chill. HEX triplet: 44, 9D and 93. RGB value is (68,157,147). Sum of RGB (Red+Green+Blue) = 68+157+147=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #449D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D93 is #BB626C. Grayscale: #818181. Windows color (decimal): -12280429 or 9674052. OLE color: 9674052.

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

Color convert

RGB 68 157 147 -
CMYK 0.57 0 0.06 0.38
HSL 173.26º 0.4% 0.44% -
HSV(B) 173.26º 0.57% 0.62% -
XYZ 19.71 27.45 31.86 -
YUV 129.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 68 157 147 0.57 0 0.06 0.38 173.26 0.4 0.44
Hex 44 9D 93 39 0 6 26 AD 28 2C
Octal 104 235 223 71 0 6 46 255 50 54
Binary 1000100 10011101 10010011 111001 0 110 100110 10101101 101000 101100

Color Harmonies of #449D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D93

Black with #449D93

Text Example


Text Example

White with #449D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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