Html Css Color HEX #498096 Hippie Blue

📋 copy color: '#498096'

red 73 ◦ green 128 ◦ blue 150

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

Shades of Hippie Blue #498096

Tints of Hippie Blue #498096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 20.8%
G = 36.47%
B = 42.74%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#498096 (or 0x498096) is known color: Hippie Blue. HEX triplet: 49, 80 and 96. RGB value is (73,128,150). Sum of RGB (Red+Green+Blue) = 73+128+150=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #498096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498096 is #B67F69. Grayscale: #717171. Windows color (decimal): -11960170 or 9863241. OLE color: 9863241.

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

Color convert

RGB 73 128 150 -
CMYK 0.51 0.15 0 0.41
HSL 197.14º 0.35% 0.44% -
HSV(B) 197.14º 0.51% 0.59% -
XYZ 15.97 19.06 31.69 -
YUV 114.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 73 128 150 0.51 0.15 0 0.41 197.14 0.35 0.44
Hex 49 80 96 33 F 0 29 C5 23 2C
Octal 111 200 226 63 17 0 51 305 43 54
Binary 1001001 10000000 10010110 110011 1111 0 101001 11000101 100011 101100

Color Harmonies of #498096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498096

Black with #498096

Text Example


Text Example

White with #498096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498096; }

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

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

background-color css

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

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

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

border-color css

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

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

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