Html Css Color HEX #4D809D Hippie Blue

📋 copy color: '#4D809D'

red 77 ◦ green 128 ◦ blue 157

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

Shades of Hippie Blue #4D809D

Tints of Hippie Blue #4D809D

RGB

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

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

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

R = 21.27%
G = 35.36%
B = 43.37%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D809D (or 0x4D809D) is known color: Hippie Blue. HEX triplet: 4D, 80 and 9D. RGB value is (77,128,157). Sum of RGB (Red+Green+Blue) = 77+128+157=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D809D is #B27F62. Grayscale: #737373. Windows color (decimal): -11698019 or 10321997. OLE color: 10321997.

HSL color Cylindrical-coordinate representation of color #4D809D: hue angle of 201.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 #4D809D is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 128 157 -
CMYK 0.51 0.18 0 0.38
HSL 201.75º 0.34% 0.46% -
HSV(B) 201.75º 0.51% 0.62% -
XYZ 16.87 19.45 34.76 -
YUV 116.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 77 128 157 0.51 0.18 0 0.38 201.75 0.34 0.46
Hex 4D 80 9D 33 12 0 26 CA 22 2E
Octal 115 200 235 63 22 0 46 312 42 56
Binary 1001101 10000000 10011101 110011 10010 0 100110 11001010 100010 101110

Color Harmonies of #4D809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D809D

Black with #4D809D

Text Example


Text Example

White with #4D809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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