Html Css Color HEX #449396 Blue Chill

📋 copy color: '#449396'

red 68 ◦ green 147 ◦ blue 150

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

Shades of Blue Chill #449396

Tints of Blue Chill #449396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 18.63%
G = 40.27%
B = 41.1%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#449396 (or 0x449396) is known color: Blue Chill. HEX triplet: 44, 93 and 96. RGB value is (68,147,150). Sum of RGB (Red+Green+Blue) = 68+147+150=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #449396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449396 is #BB6C69. Grayscale: #7B7B7B. Windows color (decimal): -12282986 or 9868100. OLE color: 9868100.

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

Color convert

RGB 68 147 150 -
CMYK 0.55 0.02 0 0.41
HSL 182.2º 0.38% 0.43% -
HSV(B) 182.2º 0.55% 0.59% -
XYZ 18.32 24.3 32.58 -
YUV 123.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 68 147 150 0.55 0.02 0 0.41 182.2 0.38 0.43
Hex 44 93 96 37 2 0 29 B6 26 2B
Octal 104 223 226 67 2 0 51 266 46 53
Binary 1000100 10010011 10010110 110111 10 0 101001 10110110 100110 101011

Color Harmonies of #449396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449396

Black with #449396

Text Example


Text Example

White with #449396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449396; }

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

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

background-color css

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

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

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

border-color css

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

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

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