Html Css Color HEX #498B94 Hippie Blue

📋 copy color: '#498B94'

red 73 ◦ green 139 ◦ blue 148

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

Shades of Hippie Blue #498B94

Tints of Hippie Blue #498B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 20.28%
G = 38.61%
B = 41.11%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498B94 (or 0x498B94) is known color: Hippie Blue. HEX triplet: 49, 8B and 94. RGB value is (73,139,148). Sum of RGB (Red+Green+Blue) = 73+139+148=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #498B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B94 is #B6746B. Grayscale: #787878. Windows color (decimal): -11957356 or 9734985. OLE color: 9734985.

HSL color Cylindrical-coordinate representation of color #498B94: hue angle of 187.2º 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 #498B94 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 139 148 -
CMYK 0.51 0.06 0 0.42
HSL 187.2º 0.34% 0.43% -
HSV(B) 187.2º 0.51% 0.58% -
XYZ 17.33 22.02 31.35 -
YUV 120.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 73 139 148 0.51 0.06 0 0.42 187.2 0.34 0.43
Hex 49 8B 94 33 6 0 2A BB 22 2B
Octal 111 213 224 63 6 0 52 273 42 53
Binary 1001001 10001011 10010100 110011 110 0 101010 10111011 100010 101011

Color Harmonies of #498B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B94

Black with #498B94

Text Example


Text Example

White with #498B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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