Html Css Color HEX #449290 Blue Chill

📋 copy color: '#449290'

red 68 ◦ green 146 ◦ blue 144

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

Shades of Blue Chill #449290

Tints of Blue Chill #449290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 18.99%
G = 40.78%
B = 40.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#449290 (or 0x449290) is known color: Blue Chill. HEX triplet: 44, 92 and 90. RGB value is (68,146,144). Sum of RGB (Red+Green+Blue) = 68+146+144=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #449290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449290 is #BB6D6F. Grayscale: #7A7A7A. Windows color (decimal): -12283248 or 9474628. OLE color: 9474628.

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

Color convert

RGB 68 146 144 -
CMYK 0.53 0 0.01 0.43
HSL 178.46º 0.36% 0.42% -
HSV(B) 178.46º 0.53% 0.57% -
XYZ 17.7 23.8 30.05 -
YUV 122.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 68 146 144 0.53 0 0.01 0.43 178.46 0.36 0.42
Hex 44 92 90 35 0 1 2B B2 24 2A
Octal 104 222 220 65 0 1 53 262 44 52
Binary 1000100 10010010 10010000 110101 0 1 101011 10110010 100100 101010

Color Harmonies of #449290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449290

Black with #449290

Text Example


Text Example

White with #449290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449290; }

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

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

background-color css

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

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

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

border-color css

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

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

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