Html Css Color HEX #499998 Blue Chill

📋 copy color: '#499998'

red 73 ◦ green 153 ◦ blue 152

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

Shades of Blue Chill #499998

Tints of Blue Chill #499998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 19.31%
G = 40.48%
B = 40.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#499998 (or 0x499998) is known color: Blue Chill. HEX triplet: 49, 99 and 98. RGB value is (73,153,152). Sum of RGB (Red+Green+Blue) = 73+153+152=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #499998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499998 is #B66667. Grayscale: #808080. Windows color (decimal): -11953768 or 10000713. OLE color: 10000713.

HSL color Cylindrical-coordinate representation of color #499998: hue angle of 179.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499998 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 152 -
CMYK 0.52 0 0.01 0.4
HSL 179.25º 0.35% 0.44% -
HSV(B) 179.25º 0.52% 0.6% -
XYZ 19.81 26.47 33.77 -
YUV 128.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 73 153 152 0.52 0 0.01 0.4 179.25 0.35 0.44
Hex 49 99 98 34 0 1 28 B3 23 2C
Octal 111 231 230 64 0 1 50 263 43 54
Binary 1001001 10011001 10011000 110100 0 1 101000 10110011 100011 101100

Color Harmonies of #499998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499998

Black with #499998

Text Example


Text Example

White with #499998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499998; }

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

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

background-color css

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

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

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

border-color css

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

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

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