Html Css Color HEX #449097 Blue Chill

📋 copy color: '#449097'

red 68 ◦ green 144 ◦ blue 151

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

Shades of Blue Chill #449097

Tints of Blue Chill #449097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 18.73%
G = 39.67%
B = 41.6%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#449097 (or 0x449097) is known color: Blue Chill. HEX triplet: 44, 90 and 97. RGB value is (68,144,151). Sum of RGB (Red+Green+Blue) = 68+144+151=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #449097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449097 is #BB6F68. Grayscale: #797979. Windows color (decimal): -12283753 or 9932868. OLE color: 9932868.

HSL color Cylindrical-coordinate representation of color #449097: hue angle of 185.06º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449097 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 144 151 -
CMYK 0.55 0.05 0 0.41
HSL 185.06º 0.38% 0.43% -
HSV(B) 185.06º 0.55% 0.59% -
XYZ 17.94 23.41 32.85 -
YUV 122.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 68 144 151 0.55 0.05 0 0.41 185.06 0.38 0.43
Hex 44 90 97 37 5 0 29 B9 26 2B
Octal 104 220 227 67 5 0 51 271 46 53
Binary 1000100 10010000 10010111 110111 101 0 101001 10111001 100110 101011

Color Harmonies of #449097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449097

Black with #449097

Text Example


Text Example

White with #449097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449097; }

 p { color: rgb(68,144,151); }

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

background-color css

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

 a { background-color: rgb(68,144,151); }

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

border-color css

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

 span { border-color: rgb(68,144,151); }

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