Html Css Color HEX #498694 Hippie Blue

📋 copy color: '#498694'

red 73 ◦ green 134 ◦ blue 148

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

Shades of Hippie Blue #498694

Tints of Hippie Blue #498694

RGB

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

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

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

R = 20.56%
G = 37.75%
B = 41.69%

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

#498694 (or 0x498694) is known color: Hippie Blue. HEX triplet: 49, 86 and 94. RGB value is (73,134,148). Sum of RGB (Red+Green+Blue) = 73+134+148=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #498694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498694 is #B6796B. Grayscale: #757575. Windows color (decimal): -11958636 or 9733705. OLE color: 9733705.

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

Color convert

RGB 73 134 148 -
CMYK 0.51 0.09 0 0.42
HSL 191.2º 0.34% 0.43% -
HSV(B) 191.2º 0.51% 0.58% -
XYZ 16.62 20.6 31.12 -
YUV 117.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 73 134 148 0.51 0.09 0 0.42 191.2 0.34 0.43
Hex 49 86 94 33 9 0 2A BF 22 2B
Octal 111 206 224 63 11 0 52 277 42 53
Binary 1001001 10000110 10010100 110011 1001 0 101010 10111111 100010 101011

Color Harmonies of #498694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498694

Black with #498694

Text Example


Text Example

White with #498694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498694; }

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

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

background-color css

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

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

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

border-color css

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

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

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