Html Css Color HEX #499D9D Blue Chill

📋 copy color: '#499D9D'

red 73 ◦ green 157 ◦ blue 157

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

Shades of Blue Chill #499D9D

Tints of Blue Chill #499D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.57%

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 18.86%
G = 40.57%
B = 40.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#499D9D (or 0x499D9D) is known color: Blue Chill. HEX triplet: 49, 9D and 9D. RGB value is (73,157,157). Sum of RGB (Red+Green+Blue) = 73+157+157=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #499D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D9D is #B66262. Grayscale: #838383. Windows color (decimal): -11952739 or 10329417. OLE color: 10329417.

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

Color convert

RGB 73 157 157 -
CMYK 0.54 0 0 0.38
HSL 180º 0.37% 0.45% -
HSV(B) 180º 0.54% 0.62% -
XYZ 20.89 27.96 36.19 -
YUV 131.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 73 157 157 0.54 0 0 0.38 180 0.37 0.45
Hex 49 9D 9D 36 0 0 26 B4 25 2D
Octal 111 235 235 66 0 0 46 264 45 55
Binary 1001001 10011101 10011101 110110 0 0 100110 10110100 100101 101101

Color Harmonies of #499D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D9D

Black with #499D9D

Text Example


Text Example

White with #499D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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