Html Css Color HEX #449C91 Blue Chill

📋 copy color: '#449C91'

red 68 ◦ green 156 ◦ blue 145

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

Shades of Blue Chill #449C91

Tints of Blue Chill #449C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

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

R = 18.43%
G = 42.28%
B = 39.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#449C91 (or 0x449C91) is known color: Blue Chill. HEX triplet: 44, 9C and 91. RGB value is (68,156,145). Sum of RGB (Red+Green+Blue) = 68+156+145=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #449C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C91 is #BB636E. Grayscale: #808080. Windows color (decimal): -12280687 or 9542724. OLE color: 9542724.

HSL color Cylindrical-coordinate representation of color #449C91: hue angle of 172.5º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C91 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 145 -
CMYK 0.56 0 0.07 0.39
HSL 172.5º 0.39% 0.44% -
HSV(B) 172.5º 0.56% 0.61% -
XYZ 19.38 27.05 30.99 -
YUV 128.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 68 156 145 0.56 0 0.07 0.39 172.5 0.39 0.44
Hex 44 9C 91 38 0 7 27 AC 27 2C
Octal 104 234 221 70 0 7 47 254 47 54
Binary 1000100 10011100 10010001 111000 0 111 100111 10101100 100111 101100

Color Harmonies of #449C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C91

Black with #449C91

Text Example


Text Example

White with #449C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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