Html Css Color HEX #499C98 Blue Chill

📋 copy color: '#499C98'

red 73 ◦ green 156 ◦ blue 152

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

Shades of Blue Chill #499C98

Tints of Blue Chill #499C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 19.16%
G = 40.94%
B = 39.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#499C98 (or 0x499C98) is known color: Blue Chill. HEX triplet: 49, 9C and 98. RGB value is (73,156,152). Sum of RGB (Red+Green+Blue) = 73+156+152=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 156 - color contains mainly: green. Hex color #499C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C98 is #B66367. Grayscale: #828282. Windows color (decimal): -11953000 or 10001481. OLE color: 10001481.

HSL color Cylindrical-coordinate representation of color #499C98: hue angle of 177.11º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C98 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 152 -
CMYK 0.53 0 0.03 0.39
HSL 177.11º 0.36% 0.45% -
HSV(B) 177.11º 0.53% 0.61% -
XYZ 20.3 27.46 33.94 -
YUV 130.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 73 156 152 0.53 0 0.03 0.39 177.11 0.36 0.45
Hex 49 9C 98 35 0 3 27 B1 24 2D
Octal 111 234 230 65 0 3 47 261 44 55
Binary 1001001 10011100 10011000 110101 0 11 100111 10110001 100100 101101

Color Harmonies of #499C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C98

Black with #499C98

Text Example


Text Example

White with #499C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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