Html Css Color HEX #498E96 Hippie Blue

📋 copy color: '#498E96'

red 73 ◦ green 142 ◦ blue 150

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

Shades of Hippie Blue #498E96

Tints of Hippie Blue #498E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 20%
G = 38.9%
B = 41.1%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#498E96 (or 0x498E96) is known color: Hippie Blue. HEX triplet: 49, 8E and 96. RGB value is (73,142,150). Sum of RGB (Red+Green+Blue) = 73+142+150=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #498E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E96 is #B67169. Grayscale: #7A7A7A. Windows color (decimal): -11956586 or 9866825. OLE color: 9866825.

HSL color Cylindrical-coordinate representation of color #498E96: hue angle of 186.23º 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 #498E96 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 142 150 -
CMYK 0.51 0.05 0 0.41
HSL 186.23º 0.35% 0.44% -
HSV(B) 186.23º 0.51% 0.59% -
XYZ 17.93 22.96 32.34 -
YUV 122.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 73 142 150 0.51 0.05 0 0.41 186.23 0.35 0.44
Hex 49 8E 96 33 5 0 29 BA 23 2C
Octal 111 216 226 63 5 0 51 272 43 54
Binary 1001001 10001110 10010110 110011 101 0 101001 10111010 100011 101100

Color Harmonies of #498E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498E96

Black with #498E96

Text Example


Text Example

White with #498E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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