Html Css Color HEX #4980A0 Hippie Blue

📋 copy color: '#4980A0'

red 73 ◦ green 128 ◦ blue 160

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

Shades of Hippie Blue #4980A0

Tints of Hippie Blue #4980A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 20.22%
G = 35.46%
B = 44.32%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4980A0 (or 0x4980A0) is known color: Hippie Blue. HEX triplet: 49, 80 and A0. RGB value is (73,128,160). Sum of RGB (Red+Green+Blue) = 73+128+160=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: blue. Hex color #4980A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4980A0 is #B67F5F. Grayscale: #737373. Windows color (decimal): -11960160 or 10518601. OLE color: 10518601.

HSL color Cylindrical-coordinate representation of color #4980A0: hue angle of 202.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4980A0 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 128 160 -
CMYK 0.54 0.20 0 0.37
HSL 202.07º 0.37% 0.46% -
HSV(B) 202.07º 0.54% 0.63% -
XYZ 16.81 19.39 36.11 -
YUV 115.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 73 128 160 0.54 0.20 0 0.37 202.07 0.37 0.46
Hex 49 80 A0 36 14 0 25 CA 25 2E
Octal 111 200 240 66 24 0 45 312 45 56
Binary 1001001 10000000 10100000 110110 10100 0 100101 11001010 100101 101110

Color Harmonies of #4980A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980A0

Black with #4980A0

Text Example


Text Example

White with #4980A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4980A0; }

 p { color: rgb(73,128,160); }

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

background-color css

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

 a { background-color: rgb(73,128,160); }

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

border-color css

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

 span { border-color: rgb(73,128,160); }

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