Html Css Color HEX #4D8693 Hippie Blue

📋 copy color: '#4D8693'

red 77 ◦ green 134 ◦ blue 147

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

Shades of Hippie Blue #4D8693

Tints of Hippie Blue #4D8693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 21.51%
G = 37.43%
B = 41.06%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D8693 (or 0x4D8693) is known color: Hippie Blue. HEX triplet: 4D, 86 and 93. RGB value is (77,134,147). Sum of RGB (Red+Green+Blue) = 77+134+147=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8693 is #B2796C. Grayscale: #767676. Windows color (decimal): -11696493 or 9668173. OLE color: 9668173.

HSL color Cylindrical-coordinate representation of color #4D8693: hue angle of 191.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8693 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 134 147 -
CMYK 0.48 0.09 0 0.42
HSL 191.14º 0.31% 0.44% -
HSV(B) 191.14º 0.48% 0.58% -
XYZ 16.85 20.73 30.72 -
YUV 118.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 77 134 147 0.48 0.09 0 0.42 191.14 0.31 0.44
Hex 4D 86 93 30 9 0 2A BF 1F 2C
Octal 115 206 223 60 11 0 52 277 37 54
Binary 1001101 10000110 10010011 110000 1001 0 101010 10111111 11111 101100

Color Harmonies of #4D8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8693

Black with #4D8693

Text Example


Text Example

White with #4D8693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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