Html Css Color HEX #498F94 Blue Chill

📋 copy color: '#498F94'

red 73 ◦ green 143 ◦ blue 148

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

Shades of Blue Chill #498F94

Tints of Blue Chill #498F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 20.05%
G = 39.29%
B = 40.66%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498F94 (or 0x498F94) is known color: Blue Chill. HEX triplet: 49, 8F and 94. RGB value is (73,143,148). Sum of RGB (Red+Green+Blue) = 73+143+148=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #498F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F94 is #B6706B. Grayscale: #7A7A7A. Windows color (decimal): -11956332 or 9736009. OLE color: 9736009.

HSL color Cylindrical-coordinate representation of color #498F94: hue angle of 184º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498F94 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 143 148 -
CMYK 0.51 0.03 0 0.42
HSL 184º 0.34% 0.43% -
HSV(B) 184º 0.51% 0.58% -
XYZ 17.92 23.2 31.55 -
YUV 122.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 73 143 148 0.51 0.03 0 0.42 184 0.34 0.43
Hex 49 8F 94 33 3 0 2A B8 22 2B
Octal 111 217 224 63 3 0 52 270 42 53
Binary 1001001 10001111 10010100 110011 11 0 101010 10111000 100010 101011

Color Harmonies of #498F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498F94

Black with #498F94

Text Example


Text Example

White with #498F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,143,148); }

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

background-color css

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

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

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

border-color css

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

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

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