Html Css Color HEX #449090 Blue Chill

📋 copy color: '#449090'

red 68 ◦ green 144 ◦ blue 144

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

Shades of Blue Chill #449090

Tints of Blue Chill #449090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 19.1%
G = 40.45%
B = 40.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#449090 (or 0x449090) is known color: Blue Chill. HEX triplet: 44, 90 and 90. RGB value is (68,144,144). Sum of RGB (Red+Green+Blue) = 68+144+144=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #449090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449090 is #BB6F6F. Grayscale: #797979. Windows color (decimal): -12283760 or 9474116. OLE color: 9474116.

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

Color convert

RGB 68 144 144 -
CMYK 0.53 0 0 0.44
HSL 180º 0.36% 0.42% -
HSV(B) 180º 0.53% 0.56% -
XYZ 17.39 23.19 29.94 -
YUV 121.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 68 144 144 0.53 0 0 0.44 180 0.36 0.42
Hex 44 90 90 35 0 0 2C B4 24 2A
Octal 104 220 220 65 0 0 54 264 44 52
Binary 1000100 10010000 10010000 110101 0 0 101100 10110100 100100 101010

Color Harmonies of #449090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449090

Black with #449090

Text Example


Text Example

White with #449090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449090; }

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

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

background-color css

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

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

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

border-color css

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

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

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