Html Css Color HEX #449EA0 Blue Chill

📋 copy color: '#449EA0'

red 68 ◦ green 158 ◦ blue 160

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

Shades of Blue Chill #449EA0

Tints of Blue Chill #449EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 17.62%
G = 40.93%
B = 41.45%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#449EA0 (or 0x449EA0) is known color: Blue Chill. HEX triplet: 44, 9E and A0. RGB value is (68,158,160). Sum of RGB (Red+Green+Blue) = 68+158+160=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #449EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EA0 is #BB615F. Grayscale: #838383. Windows color (decimal): -12280160 or 10526276. OLE color: 10526276.

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

Color convert

RGB 68 158 160 -
CMYK 0.57 0.01 0 0.37
HSL 181.3º 0.4% 0.45% -
HSV(B) 181.3º 0.58% 0.63% -
XYZ 20.96 28.22 37.6 -
YUV 131.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 68 158 160 0.57 0.01 0 0.37 181.3 0.4 0.45
Hex 44 9E A0 39 1 0 25 B5 28 2D
Octal 104 236 240 71 1 0 45 265 50 55
Binary 1000100 10011110 10100000 111001 1 0 100101 10110101 101000 101101

Color Harmonies of #449EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EA0

Black with #449EA0

Text Example


Text Example

White with #449EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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