Html Css Color HEX #449EA1 Blue Chill

📋 copy color: '#449EA1'

red 68 ◦ green 158 ◦ blue 161

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

Shades of Blue Chill #449EA1

Tints of Blue Chill #449EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 17.57%
G = 40.83%
B = 41.6%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#449EA1 (or 0x449EA1) is known color: Blue Chill. HEX triplet: 44, 9E and A1. RGB value is (68,158,161). Sum of RGB (Red+Green+Blue) = 68+158+161=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #449EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EA1 is #BB615E. Grayscale: #838383. Windows color (decimal): -12280159 or 10591812. OLE color: 10591812.

HSL color Cylindrical-coordinate representation of color #449EA1: hue angle of 181.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #449EA1 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 158 161 -
CMYK 0.58 0.02 0 0.37
HSL 181.94º 0.41% 0.45% -
HSV(B) 181.94º 0.58% 0.63% -
XYZ 21.04 28.26 38.06 -
YUV 131.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 68 158 161 0.58 0.02 0 0.37 181.94 0.41 0.45
Hex 44 9E A1 3A 2 0 25 B6 29 2D
Octal 104 236 241 72 2 0 45 266 51 55
Binary 1000100 10011110 10100001 111010 10 0 100101 10110110 101001 101101

Color Harmonies of #449EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EA1

Black with #449EA1

Text Example


Text Example

White with #449EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,158,161); }

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

background-color css

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

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

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

border-color css

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

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

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