Html Css Color HEX #498C92 Blue Chill

📋 copy color: '#498C92'

red 73 ◦ green 140 ◦ blue 146

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

Shades of Blue Chill #498C92

Tints of Blue Chill #498C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 20.33%
G = 39%
B = 40.67%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498C92 (or 0x498C92) is known color: Blue Chill. HEX triplet: 49, 8C and 92. RGB value is (73,140,146). Sum of RGB (Red+Green+Blue) = 73+140+146=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #498C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C92 is #B6736D. Grayscale: #787878. Windows color (decimal): -11957102 or 9604169. OLE color: 9604169.

HSL color Cylindrical-coordinate representation of color #498C92: hue angle of 184.93º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498C92 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 140 146 -
CMYK 0.5 0.04 0 0.43
HSL 184.93º 0.33% 0.43% -
HSV(B) 184.93º 0.5% 0.57% -
XYZ 17.31 22.25 30.58 -
YUV 120.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 73 140 146 0.5 0.04 0 0.43 184.93 0.33 0.43
Hex 49 8C 92 32 4 0 2B B9 21 2B
Octal 111 214 222 62 4 0 53 271 41 53
Binary 1001001 10001100 10010010 110010 100 0 101011 10111001 100001 101011

Color Harmonies of #498C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C92

Black with #498C92

Text Example


Text Example

White with #498C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,146); }

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

background-color css

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

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

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

border-color css

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

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

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