Html Css Color HEX #498695 Hippie Blue

📋 copy color: '#498695'

red 73 ◦ green 134 ◦ blue 149

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

Shades of Hippie Blue #498695

Tints of Hippie Blue #498695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

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

R = 20.51%
G = 37.64%
B = 41.85%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#498695 (or 0x498695) is known color: Hippie Blue. HEX triplet: 49, 86 and 95. RGB value is (73,134,149). Sum of RGB (Red+Green+Blue) = 73+134+149=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #498695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498695 is #B6796A. Grayscale: #757575. Windows color (decimal): -11958635 or 9799241. OLE color: 9799241.

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

Color convert

RGB 73 134 149 -
CMYK 0.51 0.10 0 0.42
HSL 191.84º 0.34% 0.44% -
HSV(B) 191.84º 0.51% 0.58% -
XYZ 16.7 20.64 31.54 -
YUV 117.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 73 134 149 0.51 0.10 0 0.42 191.84 0.34 0.44
Hex 49 86 95 33 A 0 2A C0 22 2C
Octal 111 206 225 63 12 0 52 300 42 54
Binary 1001001 10000110 10010101 110011 1010 0 101010 11000000 100010 101100

Color Harmonies of #498695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498695

Black with #498695

Text Example


Text Example

White with #498695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498695; }

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

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

background-color css

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

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

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

border-color css

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

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

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