Html Css Color HEX #4985A0 Hippie Blue

📋 copy color: '#4985A0'

red 73 ◦ green 133 ◦ blue 160

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

Shades of Hippie Blue #4985A0

Tints of Hippie Blue #4985A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 19.95%
G = 36.34%
B = 43.72%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4985A0 (or 0x4985A0) is known color: Hippie Blue. HEX triplet: 49, 85 and A0. RGB value is (73,133,160). Sum of RGB (Red+Green+Blue) = 73+133+160=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #4985A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4985A0 is #B67A5F. Grayscale: #757575. Windows color (decimal): -11958880 or 10519881. OLE color: 10519881.

HSL color Cylindrical-coordinate representation of color #4985A0: hue angle of 198.62º 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 #4985A0 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 133 160 -
CMYK 0.54 0.17 0 0.37
HSL 198.62º 0.37% 0.46% -
HSV(B) 198.62º 0.54% 0.63% -
XYZ 17.48 20.73 36.34 -
YUV 118.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 73 133 160 0.54 0.17 0 0.37 198.62 0.37 0.46
Hex 49 85 A0 36 11 0 25 C7 25 2E
Octal 111 205 240 66 21 0 45 307 45 56
Binary 1001001 10000101 10100000 110110 10001 0 100101 11000111 100101 101110

Color Harmonies of #4985A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985A0

Black with #4985A0

Text Example


Text Example

White with #4985A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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