Html Css Color HEX #449393 Blue Chill

📋 copy color: '#449393'

red 68 ◦ green 147 ◦ blue 147

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

Shades of Blue Chill #449393

Tints of Blue Chill #449393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 18.78%
G = 40.61%
B = 40.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#449393 (or 0x449393) is known color: Blue Chill. HEX triplet: 44, 93 and 93. RGB value is (68,147,147). Sum of RGB (Red+Green+Blue) = 68+147+147=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #449393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449393 is #BB6C6C. Grayscale: #7B7B7B. Windows color (decimal): -12282989 or 9671492. OLE color: 9671492.

HSL color Cylindrical-coordinate representation of color #449393: hue angle of 180º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449393 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 147 -
CMYK 0.54 0 0 0.42
HSL 180º 0.37% 0.42% -
HSV(B) 180º 0.54% 0.58% -
XYZ 18.08 24.2 31.32 -
YUV 123.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 68 147 147 0.54 0 0 0.42 180 0.37 0.42
Hex 44 93 93 36 0 0 2A B4 25 2A
Octal 104 223 223 66 0 0 52 264 45 52
Binary 1000100 10010011 10010011 110110 0 0 101010 10110100 100101 101010

Color Harmonies of #449393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449393

Black with #449393

Text Example


Text Example

White with #449393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449393; }

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

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

background-color css

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

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

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

border-color css

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

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

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