Html Css Color HEX #498E8B Blue Chill

📋 copy color: '#498E8B'

red 73 ◦ green 142 ◦ blue 139

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

Shades of Blue Chill #498E8B

Tints of Blue Chill #498E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 20.62%
G = 40.11%
B = 39.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#498E8B (or 0x498E8B) is known color: Blue Chill. HEX triplet: 49, 8E and 8B. RGB value is (73,142,139). Sum of RGB (Red+Green+Blue) = 73+142+139=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #498E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E8B is #B67174. Grayscale: #787878. Windows color (decimal): -11956597 or 9145929. OLE color: 9145929.

HSL color Cylindrical-coordinate representation of color #498E8B: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498E8B is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 142 139 -
CMYK 0.49 0 0.02 0.44
HSL 177.39º 0.32% 0.42% -
HSV(B) 177.39º 0.49% 0.56% -
XYZ 17.08 22.63 27.89 -
YUV 121.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 73 142 139 0.49 0 0.02 0.44 177.39 0.32 0.42
Hex 49 8E 8B 31 0 2 2C B1 20 2A
Octal 111 216 213 61 0 2 54 261 40 52
Binary 1001001 10001110 10001011 110001 0 10 101100 10110001 100000 101010

Color Harmonies of #498E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498E8B

Black with #498E8B

Text Example


Text Example

White with #498E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498E8B; }

 p { color: rgb(73,142,139); }

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

background-color css

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

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

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

border-color css

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

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

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