Html Css Color HEX #499F98 Blue Chill

📋 copy color: '#499F98'

red 73 ◦ green 159 ◦ blue 152

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

Shades of Blue Chill #499F98

Tints of Blue Chill #499F98

RGB

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

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

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

R = 19.01%
G = 41.41%
B = 39.58%

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

#499F98 (or 0x499F98) is known color: Blue Chill. HEX triplet: 49, 9F and 98. RGB value is (73,159,152). Sum of RGB (Red+Green+Blue) = 73+159+152=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #499F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F98 is #B66067. Grayscale: #848484. Windows color (decimal): -11952232 or 10002249. OLE color: 10002249.

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

Color convert

RGB 73 159 152 -
CMYK 0.54 0 0.04 0.38
HSL 175.12º 0.37% 0.45% -
HSV(B) 175.12º 0.54% 0.62% -
XYZ 20.81 28.48 34.11 -
YUV 132.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 73 159 152 0.54 0 0.04 0.38 175.12 0.37 0.45
Hex 49 9F 98 36 0 4 26 AF 25 2D
Octal 111 237 230 66 0 4 46 257 45 55
Binary 1001001 10011111 10011000 110110 0 100 100110 10101111 100101 101101

Color Harmonies of #499F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F98

Black with #499F98

Text Example


Text Example

White with #499F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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