Html Css Color HEX #449491 Blue Chill

📋 copy color: '#449491'

red 68 ◦ green 148 ◦ blue 145

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

Shades of Blue Chill #449491

Tints of Blue Chill #449491

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 68 148 145 -
CMYK 0.54 0 0.02 0.42
HSL 177.75º 0.37% 0.42% -
HSV(B) 177.75º 0.54% 0.58% -
XYZ 18.08 24.45 30.55 -
YUV 123.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 68 148 145 0.54 0 0.02 0.42 177.75 0.37 0.42
Hex 44 94 91 36 0 2 2A B2 25 2A
Octal 104 224 221 66 0 2 52 262 45 52
Binary 1000100 10010100 10010001 110110 0 10 101010 10110010 100101 101010

Color Harmonies of #449491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449491

Black with #449491

Text Example


Text Example

White with #449491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449491; }

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

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

background-color css

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

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

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

border-color css

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

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

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