Html Css Color HEX #4D849D Hippie Blue

📋 copy color: '#4D849D'

red 77 ◦ green 132 ◦ blue 157

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

Shades of Hippie Blue #4D849D

Tints of Hippie Blue #4D849D

RGB

 RED value IS 77 (30.47% from 255) = 21.04%

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 21.04%
G = 36.07%
B = 42.9%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D849D (or 0x4D849D) is known color: Hippie Blue. HEX triplet: 4D, 84 and 9D. RGB value is (77,132,157). Sum of RGB (Red+Green+Blue) = 77+132+157=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D849D is #B27B62. Grayscale: #767676. Windows color (decimal): -11696995 or 10323021. OLE color: 10323021.

HSL color Cylindrical-coordinate representation of color #4D849D: hue angle of 198.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D849D is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 132 157 -
CMYK 0.51 0.16 0 0.38
HSL 198.75º 0.34% 0.46% -
HSV(B) 198.75º 0.51% 0.62% -
XYZ 17.4 20.51 34.94 -
YUV 118.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 77 132 157 0.51 0.16 0 0.38 198.75 0.34 0.46
Hex 4D 84 9D 33 10 0 26 C7 22 2E
Octal 115 204 235 63 20 0 46 307 42 56
Binary 1001101 10000100 10011101 110011 10000 0 100110 11000111 100010 101110

Color Harmonies of #4D849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D849D

Black with #4D849D

Text Example


Text Example

White with #4D849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D849D; }

 p { color: rgb(77,132,157); }

 H1.HeaderClassName
 {
   color: #4D849D;
 }
 .AnyTagClassName
 {
   color: #4D849D;
 }
</style>

background-color css

<style>
 a { background-color: #4D849D; }

 a { background-color: rgb(77,132,157); }

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

border-color css

<style>
 span { border-color: #4D849D; }

 span { border-color: rgb(77,132,157); }

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