Html Css Color HEX #498AA2 Hippie Blue

📋 copy color: '#498AA2'

red 73 ◦ green 138 ◦ blue 162

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

Shades of Hippie Blue #498AA2

Tints of Hippie Blue #498AA2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 19.57%
G = 37%
B = 43.43%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#498AA2 (or 0x498AA2) is known color: Hippie Blue. HEX triplet: 49, 8A and A2. RGB value is (73,138,162). Sum of RGB (Red+Green+Blue) = 73+138+162=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #498AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AA2 is #B6755D. Grayscale: #797979. Windows color (decimal): -11957598 or 10652233. OLE color: 10652233.

HSL color Cylindrical-coordinate representation of color #498AA2: hue angle of 196.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #498AA2 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 138 162 -
CMYK 0.55 0.15 0 0.36
HSL 196.18º 0.38% 0.46% -
HSV(B) 196.18º 0.55% 0.64% -
XYZ 18.36 22.2 37.5 -
YUV 121.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 73 138 162 0.55 0.15 0 0.36 196.18 0.38 0.46
Hex 49 8A A2 37 F 0 24 C4 26 2E
Octal 111 212 242 67 17 0 44 304 46 56
Binary 1001001 10001010 10100010 110111 1111 0 100100 11000100 100110 101110

Color Harmonies of #498AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AA2

Black with #498AA2

Text Example


Text Example

White with #498AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498AA2; }

 p { color: rgb(73,138,162); }

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

background-color css

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

 a { background-color: rgb(73,138,162); }

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

border-color css

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

 span { border-color: rgb(73,138,162); }

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