Html Css Color HEX #498C9F Hippie Blue

📋 copy color: '#498C9F'

red 73 ◦ green 140 ◦ blue 159

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

Shades of Hippie Blue #498C9F

Tints of Hippie Blue #498C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 19.62%
G = 37.63%
B = 42.74%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#498C9F (or 0x498C9F) is known color: Hippie Blue. HEX triplet: 49, 8C and 9F. RGB value is (73,140,159). Sum of RGB (Red+Green+Blue) = 73+140+159=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #498C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C9F is #B67360. Grayscale: #797979. Windows color (decimal): -11957089 or 10456137. OLE color: 10456137.

HSL color Cylindrical-coordinate representation of color #498C9F: hue angle of 193.26º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #498C9F is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 140 159 -
CMYK 0.54 0.12 0 0.38
HSL 193.26º 0.37% 0.45% -
HSV(B) 193.26º 0.54% 0.62% -
XYZ 18.38 22.68 36.21 -
YUV 122.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 73 140 159 0.54 0.12 0 0.38 193.26 0.37 0.45
Hex 49 8C 9F 36 C 0 26 C1 25 2D
Octal 111 214 237 66 14 0 46 301 45 55
Binary 1001001 10001100 10011111 110110 1100 0 100110 11000001 100101 101101

Color Harmonies of #498C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C9F

Black with #498C9F

Text Example


Text Example

White with #498C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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