Html Css Color HEX #498AA1 Hippie Blue

📋 copy color: '#498AA1'

red 73 ◦ green 138 ◦ blue 161

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

Shades of Hippie Blue #498AA1

Tints of Hippie Blue #498AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.28%

R = 19.62%
G = 37.1%
B = 43.28%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#498AA1 (or 0x498AA1) is known color: Hippie Blue. HEX triplet: 49, 8A and A1. RGB value is (73,138,161). Sum of RGB (Red+Green+Blue) = 73+138+161=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #498AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AA1 is #B6755E. Grayscale: #797979. Windows color (decimal): -11957599 or 10586697. OLE color: 10586697.

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

Color convert

RGB 73 138 161 -
CMYK 0.55 0.14 0 0.37
HSL 195.68º 0.38% 0.46% -
HSV(B) 195.68º 0.55% 0.63% -
XYZ 18.27 22.17 37.03 -
YUV 121.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 73 138 161 0.55 0.14 0 0.37 195.68 0.38 0.46
Hex 49 8A A1 37 E 0 25 C4 26 2E
Octal 111 212 241 67 16 0 45 304 46 56
Binary 1001001 10001010 10100001 110111 1110 0 100101 11000100 100110 101110

Color Harmonies of #498AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AA1

Black with #498AA1

Text Example


Text Example

White with #498AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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