Html Css Color HEX #498890 Hippie Blue

📋 copy color: '#498890'

red 73 ◦ green 136 ◦ blue 144

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

Shades of Hippie Blue #498890

Tints of Hippie Blue #498890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 20.68%
G = 38.53%
B = 40.79%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#498890 (or 0x498890) is known color: Hippie Blue. HEX triplet: 49, 88 and 90. RGB value is (73,136,144). Sum of RGB (Red+Green+Blue) = 73+136+144=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #498890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498890 is #B6776F. Grayscale: #757575. Windows color (decimal): -11958128 or 9472073. OLE color: 9472073.

HSL color Cylindrical-coordinate representation of color #498890: hue angle of 186.76º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498890 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 136 144 -
CMYK 0.49 0.06 0 0.44
HSL 186.76º 0.33% 0.43% -
HSV(B) 186.76º 0.49% 0.56% -
XYZ 16.59 21.04 29.57 -
YUV 118.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 73 136 144 0.49 0.06 0 0.44 186.76 0.33 0.43
Hex 49 88 90 31 6 0 2C BB 21 2B
Octal 111 210 220 61 6 0 54 273 41 53
Binary 1001001 10001000 10010000 110001 110 0 101100 10111011 100001 101011

Color Harmonies of #498890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498890

Black with #498890

Text Example


Text Example

White with #498890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498890; }

 p { color: rgb(73,136,144); }

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

background-color css

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

 a { background-color: rgb(73,136,144); }

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

border-color css

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

 span { border-color: rgb(73,136,144); }

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