Html Css Color HEX #498390 Hippie Blue

📋 copy color: '#498390'

red 73 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #498390

Tints of Hippie Blue #498390

RGB

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

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

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

R = 20.98%
G = 37.64%
B = 41.38%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#498390 (or 0x498390) is known color: Hippie Blue. HEX triplet: 49, 83 and 90. RGB value is (73,131,144). Sum of RGB (Red+Green+Blue) = 73+131+144=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #498390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498390 is #B67C6F. Grayscale: #737373. Windows color (decimal): -11959408 or 9470793. OLE color: 9470793.

HSL color Cylindrical-coordinate representation of color #498390: hue angle of 190.99º 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 #498390 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 131 144 -
CMYK 0.49 0.09 0 0.44
HSL 190.99º 0.33% 0.43% -
HSV(B) 190.99º 0.49% 0.56% -
XYZ 15.9 19.66 29.34 -
YUV 115.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 73 131 144 0.49 0.09 0 0.44 190.99 0.33 0.43
Hex 49 83 90 31 9 0 2C BF 21 2B
Octal 111 203 220 61 11 0 54 277 41 53
Binary 1001001 10000011 10010000 110001 1001 0 101100 10111111 100001 101011

Color Harmonies of #498390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498390

Black with #498390

Text Example


Text Example

White with #498390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498390; }

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

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

background-color css

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

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

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

border-color css

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

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

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