Html Css Color HEX #498692 Hippie Blue

📋 copy color: '#498692'

red 73 ◦ green 134 ◦ blue 146

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

Shades of Hippie Blue #498692

Tints of Hippie Blue #498692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 20.68%
G = 37.96%
B = 41.36%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498692 (or 0x498692) is known color: Hippie Blue. HEX triplet: 49, 86 and 92. RGB value is (73,134,146). Sum of RGB (Red+Green+Blue) = 73+134+146=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #498692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498692 is #B6796D. Grayscale: #757575. Windows color (decimal): -11958638 or 9602633. OLE color: 9602633.

HSL color Cylindrical-coordinate representation of color #498692: hue angle of 189.86º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498692 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 134 146 -
CMYK 0.5 0.08 0 0.43
HSL 189.86º 0.33% 0.43% -
HSV(B) 189.86º 0.5% 0.57% -
XYZ 16.46 20.54 30.29 -
YUV 117.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 73 134 146 0.5 0.08 0 0.43 189.86 0.33 0.43
Hex 49 86 92 32 8 0 2B BE 21 2B
Octal 111 206 222 62 10 0 53 276 41 53
Binary 1001001 10000110 10010010 110010 1000 0 101011 10111110 100001 101011

Color Harmonies of #498692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498692

Black with #498692

Text Example


Text Example

White with #498692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498692; }

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

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

background-color css

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

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

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

border-color css

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

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

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