Html Css Color HEX #498FA2 Hippie Blue

📋 copy color: '#498FA2'

red 73 ◦ green 143 ◦ blue 162

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

Shades of Hippie Blue #498FA2

Tints of Hippie Blue #498FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 19.31%
G = 37.83%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#498FA2 (or 0x498FA2) is known color: Hippie Blue. HEX triplet: 49, 8F and A2. RGB value is (73,143,162). Sum of RGB (Red+Green+Blue) = 73+143+162=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #498FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FA2 is #B6705D. Grayscale: #7C7C7C. Windows color (decimal): -11956318 or 10653513. OLE color: 10653513.

HSL color Cylindrical-coordinate representation of color #498FA2: hue angle of 192.81º 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 #498FA2 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 143 162 -
CMYK 0.55 0.12 0 0.36
HSL 192.81º 0.38% 0.46% -
HSV(B) 192.81º 0.55% 0.64% -
XYZ 19.09 23.67 37.74 -
YUV 124.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 73 143 162 0.55 0.12 0 0.36 192.81 0.38 0.46
Hex 49 8F A2 37 C 0 24 C1 26 2E
Octal 111 217 242 67 14 0 44 301 46 56
Binary 1001001 10001111 10100010 110111 1100 0 100100 11000001 100110 101110

Color Harmonies of #498FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FA2

Black with #498FA2

Text Example


Text Example

White with #498FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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