Html Css Color HEX #498399 Hippie Blue

📋 copy color: '#498399'

red 73 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #498399

Tints of Hippie Blue #498399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 20.45%
G = 36.69%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#498399 (or 0x498399) is known color: Hippie Blue. HEX triplet: 49, 83 and 99. RGB value is (73,131,153). Sum of RGB (Red+Green+Blue) = 73+131+153=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #498399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498399 is #B67C66. Grayscale: #747474. Windows color (decimal): -11959399 or 10060617. OLE color: 10060617.

HSL color Cylindrical-coordinate representation of color #498399: hue angle of 196.5º 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 #498399 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 131 153 -
CMYK 0.52 0.14 0 0.4
HSL 196.5º 0.35% 0.44% -
HSV(B) 196.5º 0.52% 0.6% -
XYZ 16.61 19.95 33.11 -
YUV 116.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 73 131 153 0.52 0.14 0 0.4 196.5 0.35 0.44
Hex 49 83 99 34 E 0 28 C4 23 2C
Octal 111 203 231 64 16 0 50 304 43 54
Binary 1001001 10000011 10011001 110100 1110 0 101000 11000100 100011 101100

Color Harmonies of #498399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498399

Black with #498399

Text Example


Text Example

White with #498399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498399; }

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

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

background-color css

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

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

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

border-color css

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

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

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