Html Css Color HEX #449FA0 Blue Chill

📋 copy color: '#449FA0'

red 68 ◦ green 159 ◦ blue 160

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

Shades of Blue Chill #449FA0

Tints of Blue Chill #449FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 17.57%
G = 41.09%
B = 41.34%

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

#449FA0 (or 0x449FA0) is known color: Blue Chill. HEX triplet: 44, 9F and A0. RGB value is (68,159,160). Sum of RGB (Red+Green+Blue) = 68+159+160=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #449FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FA0 is #BB605F. Grayscale: #838383. Windows color (decimal): -12279904 or 10526532. OLE color: 10526532.

HSL color Cylindrical-coordinate representation of color #449FA0: hue angle of 180.65º 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 #449FA0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 159 160 -
CMYK 0.57 0.01 0 0.37
HSL 180.65º 0.4% 0.45% -
HSV(B) 180.65º 0.58% 0.63% -
XYZ 21.13 28.56 37.66 -
YUV 131.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 68 159 160 0.57 0.01 0 0.37 180.65 0.4 0.45
Hex 44 9F A0 39 1 0 25 B5 28 2D
Octal 104 237 240 71 1 0 45 265 50 55
Binary 1000100 10011111 10100000 111001 1 0 100101 10110101 101000 101101

Color Harmonies of #449FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FA0

Black with #449FA0

Text Example


Text Example

White with #449FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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