Html Css Color HEX #499F99 Blue Chill

📋 copy color: '#499F99'

red 73 ◦ green 159 ◦ blue 153

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

Shades of Blue Chill #499F99

Tints of Blue Chill #499F99

RGB

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

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

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

R = 18.96%
G = 41.3%
B = 39.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#499F99 (or 0x499F99) is known color: Blue Chill. HEX triplet: 49, 9F and 99. RGB value is (73,159,153). Sum of RGB (Red+Green+Blue) = 73+159+153=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #499F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F99 is #B66066. Grayscale: #848484. Windows color (decimal): -11952231 or 10067785. OLE color: 10067785.

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

Color convert

RGB 73 159 153 -
CMYK 0.54 0 0.04 0.38
HSL 175.81º 0.37% 0.45% -
HSV(B) 175.81º 0.54% 0.62% -
XYZ 20.9 28.51 34.54 -
YUV 132.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 73 159 153 0.54 0 0.04 0.38 175.81 0.37 0.45
Hex 49 9F 99 36 0 4 26 B0 25 2D
Octal 111 237 231 66 0 4 46 260 45 55
Binary 1001001 10011111 10011001 110110 0 100 100110 10110000 100101 101101

Color Harmonies of #499F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F99

Black with #499F99

Text Example


Text Example

White with #499F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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