Html Css Color HEX #4D869D Hippie Blue

📋 copy color: '#4D869D'

red 77 ◦ green 134 ◦ blue 157

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

Shades of Hippie Blue #4D869D

Tints of Hippie Blue #4D869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

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

R = 20.92%
G = 36.41%
B = 42.66%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D869D (or 0x4D869D) is known color: Hippie Blue. HEX triplet: 4D, 86 and 9D. RGB value is (77,134,157). Sum of RGB (Red+Green+Blue) = 77+134+157=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D869D is #B27962. Grayscale: #777777. Windows color (decimal): -11696483 or 10323533. OLE color: 10323533.

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

Color convert

RGB 77 134 157 -
CMYK 0.51 0.15 0 0.38
HSL 197.25º 0.34% 0.46% -
HSV(B) 197.25º 0.51% 0.62% -
XYZ 17.67 21.06 35.03 -
YUV 119.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 77 134 157 0.51 0.15 0 0.38 197.25 0.34 0.46
Hex 4D 86 9D 33 F 0 26 C5 22 2E
Octal 115 206 235 63 17 0 46 305 42 56
Binary 1001101 10000110 10011101 110011 1111 0 100110 11000101 100010 101110

Color Harmonies of #4D869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D869D

Black with #4D869D

Text Example


Text Example

White with #4D869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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