Html Css Color HEX #498391 Hippie Blue

📋 copy color: '#498391'

red 73 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #498391

Tints of Hippie Blue #498391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 20.92%
G = 37.54%
B = 41.55%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498391 (or 0x498391) is known color: Hippie Blue. HEX triplet: 49, 83 and 91. RGB value is (73,131,145). Sum of RGB (Red+Green+Blue) = 73+131+145=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #498391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498391 is #B67C6E. Grayscale: #737373. Windows color (decimal): -11959407 or 9536329. OLE color: 9536329.

HSL color Cylindrical-coordinate representation of color #498391: hue angle of 191.67º 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 #498391 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 131 145 -
CMYK 0.50 0.10 0 0.43
HSL 191.67º 0.33% 0.43% -
HSV(B) 191.67º 0.5% 0.57% -
XYZ 15.97 19.69 29.75 -
YUV 115.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 73 131 145 0.50 0.10 0 0.43 191.67 0.33 0.43
Hex 49 83 91 32 A 0 2B C0 21 2B
Octal 111 203 221 62 12 0 53 300 41 53
Binary 1001001 10000011 10010001 110010 1010 0 101011 11000000 100001 101011

Color Harmonies of #498391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498391

Black with #498391

Text Example


Text Example

White with #498391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498391; }

 p { color: rgb(73,131,145); }

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

background-color css

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

 a { background-color: rgb(73,131,145); }

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

border-color css

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

 span { border-color: rgb(73,131,145); }

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