Html Css Color HEX #498895 Hippie Blue

📋 copy color: '#498895'

red 73 ◦ green 136 ◦ blue 149

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

Shades of Hippie Blue #498895

Tints of Hippie Blue #498895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

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

R = 20.39%
G = 37.99%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498895 (or 0x498895) is known color: Hippie Blue. HEX triplet: 49, 88 and 95. RGB value is (73,136,149). Sum of RGB (Red+Green+Blue) = 73+136+149=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #498895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498895 is #B6776A. Grayscale: #767676. Windows color (decimal): -11958123 or 9799753. OLE color: 9799753.

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

Color convert

RGB 73 136 149 -
CMYK 0.51 0.09 0 0.42
HSL 190.26º 0.34% 0.44% -
HSV(B) 190.26º 0.51% 0.58% -
XYZ 16.98 21.19 31.63 -
YUV 118.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 73 136 149 0.51 0.09 0 0.42 190.26 0.34 0.44
Hex 49 88 95 33 9 0 2A BE 22 2C
Octal 111 210 225 63 11 0 52 276 42 54
Binary 1001001 10001000 10010101 110011 1001 0 101010 10111110 100010 101100

Color Harmonies of #498895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498895

Black with #498895

Text Example


Text Example

White with #498895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498895; }

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

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

background-color css

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

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

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

border-color css

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

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

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