Html Css Color HEX #498099 Hippie Blue

📋 copy color: '#498099'

red 73 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #498099

Tints of Hippie Blue #498099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 20.62%
G = 36.16%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#498099 (or 0x498099) is known color: Hippie Blue. HEX triplet: 49, 80 and 99. RGB value is (73,128,153). Sum of RGB (Red+Green+Blue) = 73+128+153=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #498099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498099 is #B67F66. Grayscale: #727272. Windows color (decimal): -11960167 or 10059849. OLE color: 10059849.

HSL color Cylindrical-coordinate representation of color #498099: hue angle of 198.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498099 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 128 153 -
CMYK 0.52 0.16 0 0.4
HSL 198.75º 0.35% 0.44% -
HSV(B) 198.75º 0.52% 0.6% -
XYZ 16.22 19.15 32.98 -
YUV 114.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 73 128 153 0.52 0.16 0 0.4 198.75 0.35 0.44
Hex 49 80 99 34 10 0 28 C7 23 2C
Octal 111 200 231 64 20 0 50 307 43 54
Binary 1001001 10000000 10011001 110100 10000 0 101000 11000111 100011 101100

Color Harmonies of #498099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498099

Black with #498099

Text Example


Text Example

White with #498099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498099; }

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

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

background-color css

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

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

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

border-color css

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

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

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