Html Css Color HEX #4D8A9D Hippie Blue

📋 copy color: '#4D8A9D'

red 77 ◦ green 138 ◦ blue 157

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

Shades of Hippie Blue #4D8A9D

Tints of Hippie Blue #4D8A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

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

R = 20.7%
G = 37.1%
B = 42.2%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D8A9D (or 0x4D8A9D) is known color: Hippie Blue. HEX triplet: 4D, 8A and 9D. RGB value is (77,138,157). Sum of RGB (Red+Green+Blue) = 77+138+157=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8A9D is #B27562. Grayscale: #797979. Windows color (decimal): -11695459 or 10324557. OLE color: 10324557.

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

Color convert

RGB 77 138 157 -
CMYK 0.51 0.12 0 0.38
HSL 194.25º 0.34% 0.46% -
HSV(B) 194.25º 0.51% 0.62% -
XYZ 18.23 22.19 35.22 -
YUV 121.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 77 138 157 0.51 0.12 0 0.38 194.25 0.34 0.46
Hex 4D 8A 9D 33 C 0 26 C2 22 2E
Octal 115 212 235 63 14 0 46 302 42 56
Binary 1001101 10001010 10011101 110011 1100 0 100110 11000010 100010 101110

Color Harmonies of #4D8A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8A9D

Black with #4D8A9D

Text Example


Text Example

White with #4D8A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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