Html Css Color HEX #449791 Blue Chill

📋 copy color: '#449791'

red 68 ◦ green 151 ◦ blue 145

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

Shades of Blue Chill #449791

Tints of Blue Chill #449791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

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

R = 18.68%
G = 41.48%
B = 39.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#449791 (or 0x449791) is known color: Blue Chill. HEX triplet: 44, 97 and 91. RGB value is (68,151,145). Sum of RGB (Red+Green+Blue) = 68+151+145=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #449791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449791 is #BB686E. Grayscale: #7D7D7D. Windows color (decimal): -12281967 or 9541444. OLE color: 9541444.

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

Color convert

RGB 68 151 145 -
CMYK 0.55 0 0.04 0.41
HSL 175.66º 0.38% 0.43% -
HSV(B) 175.66º 0.55% 0.59% -
XYZ 18.56 25.41 30.71 -
YUV 125.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 68 151 145 0.55 0 0.04 0.41 175.66 0.38 0.43
Hex 44 97 91 37 0 4 29 B0 26 2B
Octal 104 227 221 67 0 4 51 260 46 53
Binary 1000100 10010111 10010001 110111 0 100 101001 10110000 100110 101011

Color Harmonies of #449791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449791

Black with #449791

Text Example


Text Example

White with #449791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449791; }

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

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

background-color css

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

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

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

border-color css

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

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

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