Html Css Color HEX #498192 Hippie Blue

📋 copy color: '#498192'

red 73 ◦ green 129 ◦ blue 146

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

Shades of Hippie Blue #498192

Tints of Hippie Blue #498192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 20.98%
G = 37.07%
B = 41.95%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#498192 (or 0x498192) is known color: Hippie Blue. HEX triplet: 49, 81 and 92. RGB value is (73,129,146). Sum of RGB (Red+Green+Blue) = 73+129+146=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #498192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498192 is #B67E6D. Grayscale: #727272. Windows color (decimal): -11959918 or 9601353. OLE color: 9601353.

HSL color Cylindrical-coordinate representation of color #498192: hue angle of 193.97º 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 #498192 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 129 146 -
CMYK 0.5 0.12 0 0.43
HSL 193.97º 0.33% 0.43% -
HSV(B) 193.97º 0.5% 0.57% -
XYZ 15.79 19.19 30.07 -
YUV 114.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 73 129 146 0.5 0.12 0 0.43 193.97 0.33 0.43
Hex 49 81 92 32 C 0 2B C2 21 2B
Octal 111 201 222 62 14 0 53 302 41 53
Binary 1001001 10000001 10010010 110010 1100 0 101011 11000010 100001 101011

Color Harmonies of #498192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498192

Black with #498192

Text Example


Text Example

White with #498192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498192; }

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

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

background-color css

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

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

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

border-color css

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

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

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