Html Css Color HEX #499F9A Blue Chill

📋 copy color: '#499F9A'

red 73 ◦ green 159 ◦ blue 154

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

Shades of Blue Chill #499F9A

Tints of Blue Chill #499F9A

RGB

 RED value IS 73 (28.91% from 255) = 18.91%

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 18.91%
G = 41.19%
B = 39.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#499F9A (or 0x499F9A) is known color: Blue Chill. HEX triplet: 49, 9F and 9A. RGB value is (73,159,154). Sum of RGB (Red+Green+Blue) = 73+159+154=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #499F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F9A is #B66065. Grayscale: #848484. Windows color (decimal): -11952230 or 10133321. OLE color: 10133321.

HSL color Cylindrical-coordinate representation of color #499F9A: hue angle of 176.51º 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 #499F9A is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 154 -
CMYK 0.54 0 0.03 0.38
HSL 176.51º 0.37% 0.45% -
HSV(B) 176.51º 0.54% 0.62% -
XYZ 20.98 28.55 34.98 -
YUV 132.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 73 159 154 0.54 0 0.03 0.38 176.51 0.37 0.45
Hex 49 9F 9A 36 0 3 26 B1 25 2D
Octal 111 237 232 66 0 3 46 261 45 55
Binary 1001001 10011111 10011010 110110 0 11 100110 10110001 100101 101101

Color Harmonies of #499F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F9A

Black with #499F9A

Text Example


Text Example

White with #499F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,154); }

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

background-color css

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

 a { background-color: rgb(73,159,154); }

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

border-color css

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

 span { border-color: rgb(73,159,154); }

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