Html Css Color HEX #4D8C9D Hippie Blue

📋 copy color: '#4D8C9D'

red 77 ◦ green 140 ◦ blue 157

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

Shades of Hippie Blue #4D8C9D

Tints of Hippie Blue #4D8C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 20.59%
G = 37.43%
B = 41.98%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D8C9D (or 0x4D8C9D) is known color: Hippie Blue. HEX triplet: 4D, 8C and 9D. RGB value is (77,140,157). Sum of RGB (Red+Green+Blue) = 77+140+157=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D8C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8C9D is #B27362. Grayscale: #7A7A7A. Windows color (decimal): -11694947 or 10325069. OLE color: 10325069.

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

Color convert

RGB 77 140 157 -
CMYK 0.51 0.11 0 0.38
HSL 192.75º 0.34% 0.46% -
HSV(B) 192.75º 0.51% 0.62% -
XYZ 18.52 22.77 35.32 -
YUV 123.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 77 140 157 0.51 0.11 0 0.38 192.75 0.34 0.46
Hex 4D 8C 9D 33 B 0 26 C1 22 2E
Octal 115 214 235 63 13 0 46 301 42 56
Binary 1001101 10001100 10011101 110011 1011 0 100110 11000001 100010 101110

Color Harmonies of #4D8C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8C9D

Black with #4D8C9D

Text Example


Text Example

White with #4D8C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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