Html Css Color HEX #498491 Hippie Blue

📋 copy color: '#498491'

red 73 ◦ green 132 ◦ blue 145

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

Shades of Hippie Blue #498491

Tints of Hippie Blue #498491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 20.86%
G = 37.71%
B = 41.43%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498491 (or 0x498491) is known color: Hippie Blue. HEX triplet: 49, 84 and 91. RGB value is (73,132,145). Sum of RGB (Red+Green+Blue) = 73+132+145=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #498491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498491 is #B67B6E. Grayscale: #737373. Windows color (decimal): -11959151 or 9536585. OLE color: 9536585.

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

Color convert

RGB 73 132 145 -
CMYK 0.50 0.09 0 0.43
HSL 190.83º 0.33% 0.43% -
HSV(B) 190.83º 0.5% 0.57% -
XYZ 16.11 19.96 29.79 -
YUV 115.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 73 132 145 0.50 0.09 0 0.43 190.83 0.33 0.43
Hex 49 84 91 32 9 0 2B BF 21 2B
Octal 111 204 221 62 11 0 53 277 41 53
Binary 1001001 10000100 10010001 110010 1001 0 101011 10111111 100001 101011

Color Harmonies of #498491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498491

Black with #498491

Text Example


Text Example

White with #498491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498491; }

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

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

background-color css

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

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

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

border-color css

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

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

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