Html Css Color HEX #449199 Blue Chill

📋 copy color: '#449199'

red 68 ◦ green 145 ◦ blue 153

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

Shades of Blue Chill #449199

Tints of Blue Chill #449199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 18.58%
G = 39.62%
B = 41.8%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#449199 (or 0x449199) is known color: Blue Chill. HEX triplet: 44, 91 and 99. RGB value is (68,145,153). Sum of RGB (Red+Green+Blue) = 68+145+153=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #449199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449199 is #BB6E66. Grayscale: #7A7A7A. Windows color (decimal): -12283495 or 10064196. OLE color: 10064196.

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

Color convert

RGB 68 145 153 -
CMYK 0.56 0.05 0 0.4
HSL 185.65º 0.38% 0.43% -
HSV(B) 185.65º 0.56% 0.6% -
XYZ 18.26 23.78 33.76 -
YUV 122.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 68 145 153 0.56 0.05 0 0.4 185.65 0.38 0.43
Hex 44 91 99 38 5 0 28 BA 26 2B
Octal 104 221 231 70 5 0 50 272 46 53
Binary 1000100 10010001 10011001 111000 101 0 101000 10111010 100110 101011

Color Harmonies of #449199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449199

Black with #449199

Text Example


Text Example

White with #449199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449199; }

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

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

background-color css

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

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

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

border-color css

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

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

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