Html Css Color HEX #498095 Hippie Blue

📋 copy color: '#498095'

red 73 ◦ green 128 ◦ blue 149

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

Shades of Hippie Blue #498095

Tints of Hippie Blue #498095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 20.86%
G = 36.57%
B = 42.57%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498095 (or 0x498095) is known color: Hippie Blue. HEX triplet: 49, 80 and 95. RGB value is (73,128,149). Sum of RGB (Red+Green+Blue) = 73+128+149=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #498095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498095 is #B67F6A. Grayscale: #717171. Windows color (decimal): -11960171 or 9797705. OLE color: 9797705.

HSL color Cylindrical-coordinate representation of color #498095: hue angle of 196.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498095 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 128 149 -
CMYK 0.51 0.14 0 0.42
HSL 196.58º 0.34% 0.44% -
HSV(B) 196.58º 0.51% 0.58% -
XYZ 15.89 19.02 31.27 -
YUV 113.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 73 128 149 0.51 0.14 0 0.42 196.58 0.34 0.44
Hex 49 80 95 33 E 0 2A C5 22 2C
Octal 111 200 225 63 16 0 52 305 42 54
Binary 1001001 10000000 10010101 110011 1110 0 101010 11000101 100010 101100

Color Harmonies of #498095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498095

Black with #498095

Text Example


Text Example

White with #498095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498095; }

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

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

background-color css

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

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

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

border-color css

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

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

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