#498f94

Color #498F94 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #498F94

Tints of Blue Chill #498F94

Color information

#498F94 (or 0x498F94) is unknown color: approx 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

RGB73143148-
CMYK0.510.0300.42
HSL184º33.94%43.33%-
HSV(B)184º50.68%58.04%-
XYZ17.9223.231.55-
YUV122.64142.3192.59-

RGB Variations

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

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.20% from 255) = 40.66%
R=20.05%
G=39.29%
B=40.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731431480.510.0300.4218433.9443.33
Hex498F9433302Ab8222b
Octal1112172246330522704253
Binary1001001100011111001010011001111010101010111000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>