Html Css Color HEX #498994 Hippie Blue

📋 copy color: '#498994'

red 73 ◦ green 137 ◦ blue 148

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

Shades of Hippie Blue #498994

Tints of Hippie Blue #498994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 20.39%
G = 38.27%
B = 41.34%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498994 (or 0x498994) is known color: Hippie Blue. HEX triplet: 49, 89 and 94. RGB value is (73,137,148). Sum of RGB (Red+Green+Blue) = 73+137+148=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #498994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498994 is #B6766B. Grayscale: #777777. Windows color (decimal): -11957868 or 9734473. OLE color: 9734473.

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

Color convert

RGB 73 137 148 -
CMYK 0.51 0.07 0 0.42
HSL 188.8º 0.34% 0.43% -
HSV(B) 188.8º 0.51% 0.58% -
XYZ 17.04 21.45 31.26 -
YUV 119.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 73 137 148 0.51 0.07 0 0.42 188.8 0.34 0.43
Hex 49 89 94 33 7 0 2A BD 22 2B
Octal 111 211 224 63 7 0 52 275 42 53
Binary 1001001 10001001 10010100 110011 111 0 101010 10111101 100010 101011

Color Harmonies of #498994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498994

Black with #498994

Text Example


Text Example

White with #498994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498994; }

 p { color: rgb(73,137,148); }

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

background-color css

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

 a { background-color: rgb(73,137,148); }

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

border-color css

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

 span { border-color: rgb(73,137,148); }

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