Html Css Color HEX #498B92 Blue Chill

📋 copy color: '#498B92'

red 73 ◦ green 139 ◦ blue 146

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

Shades of Blue Chill #498B92

Tints of Blue Chill #498B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

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

R = 20.39%
G = 38.83%
B = 40.78%

CMYK

 C value IS 0.5

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498B92 (or 0x498B92) is known color: Blue Chill. HEX triplet: 49, 8B and 92. RGB value is (73,139,146). Sum of RGB (Red+Green+Blue) = 73+139+146=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #498B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B92 is #B6746D. Grayscale: #777777. Windows color (decimal): -11957358 or 9603913. OLE color: 9603913.

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

Color convert

RGB 73 139 146 -
CMYK 0.5 0.05 0 0.43
HSL 185.75º 0.33% 0.43% -
HSV(B) 185.75º 0.5% 0.57% -
XYZ 17.17 21.96 30.53 -
YUV 120.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 73 139 146 0.5 0.05 0 0.43 185.75 0.33 0.43
Hex 49 8B 92 32 5 0 2B BA 21 2B
Octal 111 213 222 62 5 0 53 272 41 53
Binary 1001001 10001011 10010010 110010 101 0 101011 10111010 100001 101011

Color Harmonies of #498B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B92

Black with #498B92

Text Example


Text Example

White with #498B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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