#449690

Color #449690 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #449690

Tints of Blue Chill #449690

Color information

#449690 (or 0x449690) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 90. RGB value is (68,150,144). Sum of RGB (Red+Green+Blue) = 68+150+144=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #449690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449690 is #BB696F. Grayscale: #7C7C7C. Windows color (decimal): -12282224 or 9475652. OLE color: 9475652.

HSL color Cylindrical-coordinate representation of color #449690: hue angle of 175.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449690 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB68150144-
CMYK0.5500.040.41
HSL175.61º37.61%42.75%-
HSV(B)175.61º54.67%58.82%-
XYZ18.3225.0630.26-
YUV124.8138.8387.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=18.78%
G=41.44%
B=39.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501440.5500.040.41175.6137.6142.75
Hex449690370429b0262b
Octal1042262206704512604653
Binary10001001001011010010000110111010010100110110000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449690; }

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

 H1.HeaderClassName
 {
   color: #449690;
 }
 .AnyTagClassName
 {
   color: #449690;
 }
</style>
background-color css

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

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

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

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

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

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