#449198

Color #449198 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #449198

Tints of Blue Chill #449198

Color information

#449198 (or 0x449198) is unknown color: approx Blue Chill. HEX triplet: 44, 91 and 98. RGB value is (68,145,152). Sum of RGB (Red+Green+Blue) = 68+145+152=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #449198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449198 is #BB6E67. Grayscale: #7A7A7A. Windows color (decimal): -12283496 or 9998660. OLE color: 9998660.

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

Color convert

RGB68145152-
CMYK0.550.0500.40
HSL185º38.18%43.14%-
HSV(B)185º55.26%59.61%-
XYZ18.1823.7533.33-
YUV122.78144.4988.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=18.63%
G=39.73%
B=41.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681451520.550.0500.4018538.1843.14
Hex449198375028b9262b
Octal1042212306750502714653
Binary10001001001000110011000110111101010100010111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449198; }

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

 H1.HeaderClassName
 {
   color: #449198;
 }
 .AnyTagClassName
 {
   color: #449198;
 }
</style>
background-color css

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

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

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

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

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

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