Html Css Color HEX #449194 Blue Chill

📋 copy color: '#449194'

red 68 ◦ green 145 ◦ blue 148

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

Shades of Blue Chill #449194

Tints of Blue Chill #449194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 18.84%
G = 40.17%
B = 41%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#449194 (or 0x449194) is known color: Blue Chill. HEX triplet: 44, 91 and 94. RGB value is (68,145,148). Sum of RGB (Red+Green+Blue) = 68+145+148=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #449194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449194 is #BB6E6B. Grayscale: #7A7A7A. Windows color (decimal): -12283500 or 9736516. OLE color: 9736516.

HSL color Cylindrical-coordinate representation of color #449194: hue angle of 182.25º 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 #449194 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 145 148 -
CMYK 0.54 0.02 0 0.42
HSL 182.25º 0.37% 0.42% -
HSV(B) 182.25º 0.54% 0.58% -
XYZ 17.85 23.62 31.63 -
YUV 122.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 68 145 148 0.54 0.02 0 0.42 182.25 0.37 0.42
Hex 44 91 94 36 2 0 2A B6 25 2A
Octal 104 221 224 66 2 0 52 266 45 52
Binary 1000100 10010001 10010100 110110 10 0 101010 10110110 100101 101010

Color Harmonies of #449194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449194

Black with #449194

Text Example


Text Example

White with #449194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449194; }

 p { color: rgb(68,145,148); }

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

background-color css

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

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

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

border-color css

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

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

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