Html Css Color HEX #498996 Hippie Blue

📋 copy color: '#498996'

red 73 ◦ green 137 ◦ blue 150

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

Shades of Hippie Blue #498996

Tints of Hippie Blue #498996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 20.28%
G = 38.06%
B = 41.67%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#498996 (or 0x498996) is known color: Hippie Blue. HEX triplet: 49, 89 and 96. RGB value is (73,137,150). Sum of RGB (Red+Green+Blue) = 73+137+150=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #498996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498996 is #B67669. Grayscale: #777777. Windows color (decimal): -11957866 or 9865545. OLE color: 9865545.

HSL color Cylindrical-coordinate representation of color #498996: hue angle of 190.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498996 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 137 150 -
CMYK 0.51 0.09 0 0.41
HSL 190.13º 0.35% 0.44% -
HSV(B) 190.13º 0.51% 0.59% -
XYZ 17.2 21.51 32.1 -
YUV 119.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 73 137 150 0.51 0.09 0 0.41 190.13 0.35 0.44
Hex 49 89 96 33 9 0 29 BE 23 2C
Octal 111 211 226 63 11 0 51 276 43 54
Binary 1001001 10001001 10010110 110011 1001 0 101001 10111110 100011 101100

Color Harmonies of #498996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498996

Black with #498996

Text Example


Text Example

White with #498996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498996; }

 p { color: rgb(73,137,150); }

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

background-color css

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

 a { background-color: rgb(73,137,150); }

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

border-color css

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

 span { border-color: rgb(73,137,150); }

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