Html Css Color HEX #449191 Blue Chill

📋 copy color: '#449191'

red 68 ◦ green 145 ◦ blue 145

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

Shades of Blue Chill #449191

Tints of Blue Chill #449191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 18.99%
G = 40.5%
B = 40.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#449191 (or 0x449191) is known color: Blue Chill. HEX triplet: 44, 91 and 91. RGB value is (68,145,145). Sum of RGB (Red+Green+Blue) = 68+145+145=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #449191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449191 is #BB6E6E. Grayscale: #797979. Windows color (decimal): -12283503 or 9539908. OLE color: 9539908.

HSL color Cylindrical-coordinate representation of color #449191: hue angle of 180º 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 #449191 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 145 -
CMYK 0.53 0 0 0.43
HSL 180º 0.36% 0.42% -
HSV(B) 180º 0.53% 0.57% -
XYZ 17.62 23.52 30.4 -
YUV 121.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 68 145 145 0.53 0 0 0.43 180 0.36 0.42
Hex 44 91 91 35 0 0 2B B4 24 2A
Octal 104 221 221 65 0 0 53 264 44 52
Binary 1000100 10010001 10010001 110101 0 0 101011 10110100 100100 101010

Color Harmonies of #449191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449191

Black with #449191

Text Example


Text Example

White with #449191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449191; }

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

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

background-color css

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

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

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

border-color css

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

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

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