#499B9D

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

Shades of Blue Chill #499B9D

Tints of Blue Chill #499B9D

Color information

#499B9D (or 0x499B9D) is unknown color: approx Blue Chill. HEX triplet: 49, 9B and 9D. RGB value is (73,155,157). Sum of RGB (Red+Green+Blue) = 73+155+157=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #499B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B9D is #B66462. Grayscale: #828282. Windows color (decimal): -11953251 or 10328905. OLE color: 10328905.

HSL color Cylindrical-coordinate representation of color #499B9D: hue angle of 181.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499B9D is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73155157-
CMYK0.540.0100.38
HSL181.43º36.52%45.1%-
HSV(B)181.43º53.5%61.57%-
XYZ20.5527.2936.08-
YUV130.71142.8386.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=18.96%
G=40.26%
B=40.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731551570.540.0100.38181.4336.5245.1
Hex499B9D361026b5252d
Octal1112332356610462654555
Binary100100110011011100111011101101010011010110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499B9D; }

 p { color: rgb(73,155,157); }

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

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

 a { background-color: rgb(73,155,157); }

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

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

 span { border-color: rgb(73,155,157); }

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