Html Css Color HEX #498C91 Blue Chill

📋 copy color: '#498C91'

red 73 ◦ green 140 ◦ blue 145

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

Shades of Blue Chill #498C91

Tints of Blue Chill #498C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 20.39%
G = 39.11%
B = 40.5%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498C91 (or 0x498C91) is known color: Blue Chill. HEX triplet: 49, 8C and 91. RGB value is (73,140,145). Sum of RGB (Red+Green+Blue) = 73+140+145=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #498C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C91 is #B6736E. Grayscale: #787878. Windows color (decimal): -11957103 or 9538633. OLE color: 9538633.

HSL color Cylindrical-coordinate representation of color #498C91: hue angle of 184.17º 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 #498C91 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 140 145 -
CMYK 0.50 0.03 0 0.43
HSL 184.17º 0.33% 0.43% -
HSV(B) 184.17º 0.5% 0.57% -
XYZ 17.24 22.22 30.17 -
YUV 120.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 73 140 145 0.50 0.03 0 0.43 184.17 0.33 0.43
Hex 49 8C 91 32 3 0 2B B8 21 2B
Octal 111 214 221 62 3 0 53 270 41 53
Binary 1001001 10001100 10010001 110010 11 0 101011 10111000 100001 101011

Color Harmonies of #498C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C91

Black with #498C91

Text Example


Text Example

White with #498C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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