#4D848F

Color #4D848F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4D848F

Tints of Hippie Blue #4D848F

Color information

#4D848F (or 0x4D848F) is unknown color: approx Hippie Blue. HEX triplet: 4D, 84 and 8F. RGB value is (77,132,143). Sum of RGB (Red+Green+Blue) = 77+132+143=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D848F is #B27B70. Grayscale: #747474. Windows color (decimal): -11697009 or 9405517. OLE color: 9405517.

HSL color Cylindrical-coordinate representation of color #4D848F: hue angle of 190º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D848F is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB77132143-
CMYK0.460.0800.44
HSL190º30%43.14%-
HSV(B)190º46.15%56.08%-
XYZ16.2720.0629-
YUV116.81142.7899.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.88%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=21.88%
G=37.5%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771321430.460.0800.441903043.14
Hex4D848F2E802Cbe1e2b
Octal11520421756100542763653
Binary10011011000010010001111101110100001011001011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,132,143); }

 H1.HeaderClassName
 {
   color: #4D848F;
 }
 .AnyTagClassName
 {
   color: #4D848F;
 }
</style>
background-color css

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

 a { background-color: rgb(77,132,143); }

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

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

 span { border-color: rgb(77,132,143); }

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